#BC6FCB

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

Shades of Medium Orchid #BC6FCB

Tints of Medium Orchid #BC6FCB

Color information

#BC6FCB (or 0xBC6FCB) is unknown color: approx Medium Orchid. HEX triplet: BC, 6F and CB. RGB value is (188,111,203). Sum of RGB (Red+Green+Blue) = 188+111+203=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC6FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FCB is #439034. Grayscale: #909090. Windows color (decimal): -4427829 or 13332412. OLE color: 13332412.

HSL color Cylindrical-coordinate representation of color #BC6FCB: hue angle of 290.22º 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 #BC6FCB is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188111203-
CMYK0.070.4500.20
HSL290.22º46.94%61.57%-
HSV(B)290.22º45.32%79.61%-
XYZ37.226.3759.63-
YUV144.51161.01159.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 111 (43.75% from 255) = 22.11%
BLUE value IS 203 (79.69% from 255) = 40.44%
R=37.45%
G=22.11%
B=40.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881112030.070.4500.20290.2246.9461.57
HexBC6FCB72D0141222f3e
Octal2741573137550244425776
Binary10111100110111111001011111101101010100100100010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6FCB; }

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

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

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

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

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

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

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

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