Html Css Color HEX #BE6AF0 Medium Orchid

📋 copy color: '#BE6AF0'

red 190 ◦ green 106 ◦ blue 240

#BE6AF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BE6AF0

Tints of Medium Orchid #BE6AF0

RGB

 RED value IS 190 (74.61% from 255) = 35.45%

 GREEN value IS 106 (41.8% from 255) = 19.78%

 BLUE value IS 240 (94.14% from 255) = 44.78%

R = 35.45%
G = 19.78%
B = 44.78%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BE6AF0 (or 0xBE6AF0) is known color: Medium Orchid. HEX triplet: BE, 6A and F0. RGB value is (190,106,240). Sum of RGB (Red+Green+Blue) = 190+106+240=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE6AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6AF0 is #41950F. Grayscale: #919191. Windows color (decimal): -4298000 or 15755966. OLE color: 15755966.

HSL color Cylindrical-coordinate representation of color #BE6AF0: hue angle of 277.61º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE6AF0 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 106 240 -
CMYK 0.21 0.56 0 0.06
HSL 277.61º 0.82% 0.68% -
HSV(B) 277.61º 0.56% 0.94% -
XYZ 42.12 27.55 85.54 -
YUV 146.39 180.83 159.1 -
System Red Green Blue C M Y K H S L
Decimal 190 106 240 0.21 0.56 0 0.06 277.61 0.82 0.68
Hex BE 6A F0 15 38 0 6 116 52 44
Octal 276 152 360 25 70 0 6 426 122 104
Binary 10111110 1101010 11110000 10101 111000 0 110 100010110 1010010 1000100

Color Harmonies of #BE6AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6AF0

Black with #BE6AF0

Text Example


Text Example

White with #BE6AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6AF0; }

 p { color: rgb(190,106,240); }

 H1.HeaderClassName
 {
   color: #BE6AF0;
 }
 .AnyTagClassName
 {
   color: #BE6AF0;
 }
</style>

background-color css

<style>
 a { background-color: #BE6AF0; }

 a { background-color: rgb(190,106,240); }

 div.DivClassName
 {
   background-color: #BE6AF0;
 }
 .BgClassName
 {
   background-color: #BE6AF0;
 }
</style>

border-color css

<style>
 span { border-color: #BE6AF0; }

 span { border-color: rgb(190,106,240); }

 td.TdClassName
 {
   border-color: #BE6AF0;
 }
 .TagClassName
 {
   border-color: #BE6AF0;
 }
</style>