#BE6FCB

Color #BE6FCB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BE6FCB

Tints of Medium Orchid #BE6FCB

Color information

#BE6FCB (or 0xBE6FCB) is unknown color: approx Medium Orchid. HEX triplet: BE, 6F and CB. RGB value is (190,111,203). Sum of RGB (Red+Green+Blue) = 190+111+203=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE6FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FCB is #419034. Grayscale: #909090. Windows color (decimal): -4296757 or 13332414. OLE color: 13332414.

HSL color Cylindrical-coordinate representation of color #BE6FCB: hue angle of 291.52º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE6FCB is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190111203-
CMYK0.060.4500.20
HSL291.52º46.94%61.57%-
HSV(B)291.52º45.32%79.61%-
XYZ37.726.6359.65-
YUV145.11160.67160.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 111 (43.75% from 255) = 22.02%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=37.70%
G=22.02%
B=40.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901112030.060.4500.20291.5246.9461.57
HexBE6FCB62D0141242f3e
Octal2761573136550244445776
Binary10111110110111111001011110101101010100100100100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FCB; }

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

 H1.HeaderClassName
 {
   color: #BE6FCB;
 }
 .AnyTagClassName
 {
   color: #BE6FCB;
 }
</style>
background-color css

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

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

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

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

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

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