Html Css Color HEX #BE6FEC Medium Orchid

📋 copy color: '#BE6FEC'

red 190 ◦ green 111 ◦ blue 236

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

Shades of Medium Orchid #BE6FEC

Tints of Medium Orchid #BE6FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.67%

 BLUE value IS 236 (92.58% from 255) = 43.95%

R = 35.38%
G = 20.67%
B = 43.95%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE6FEC (or 0xBE6FEC) is known color: Medium Orchid. HEX triplet: BE, 6F and EC. RGB value is (190,111,236). Sum of RGB (Red+Green+Blue) = 190+111+236=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE6FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6FEC is #419013. Grayscale: #949494. Windows color (decimal): -4296724 or 15495102. OLE color: 15495102.

HSL color Cylindrical-coordinate representation of color #BE6FEC: hue angle of 277.92º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE6FEC is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 111 236 -
CMYK 0.19 0.53 0 0.07
HSL 277.92º 0.77% 0.68% -
HSV(B) 277.92º 0.53% 0.93% -
XYZ 42.06 28.37 82.62 -
YUV 148.87 177.17 157.34 -
System Red Green Blue C M Y K H S L
Decimal 190 111 236 0.19 0.53 0 0.07 277.92 0.77 0.68
Hex BE 6F EC 13 35 0 7 116 4D 44
Octal 276 157 354 23 65 0 7 426 115 104
Binary 10111110 1101111 11101100 10011 110101 0 111 100010110 1001101 1000100

Color Harmonies of #BE6FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6FEC

Black with #BE6FEC

Text Example


Text Example

White with #BE6FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6FEC; }

 p { color: rgb(190,111,236); }

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

background-color css

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

 a { background-color: rgb(190,111,236); }

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

border-color css

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

 span { border-color: rgb(190,111,236); }

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