#BC60CC

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

Shades of Medium Orchid #BC60CC

Tints of Medium Orchid #BC60CC

Color information

#BC60CC (or 0xBC60CC) is unknown color: approx Medium Orchid. HEX triplet: BC, 60 and CC. RGB value is (188,96,204). Sum of RGB (Red+Green+Blue) = 188+96+204=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC60CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60CC is #439F33. Grayscale: #878787. Windows color (decimal): -4431668 or 13394108. OLE color: 13394108.

HSL color Cylindrical-coordinate representation of color #BC60CC: hue angle of 291.11º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC60CC is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18896204-
CMYK0.080.5300.2
HSL291.11º51.43%58.82%-
HSV(B)291.11º52.94%80%-
XYZ35.8223.4259.76-
YUV135.82166.48165.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 96 (37.89% from 255) = 19.67%
BLUE value IS 204 (80.08% from 255) = 41.80%
R=38.52%
G=19.67%
B=41.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal188962040.080.5300.2291.1151.4358.82
HexBC60CC835014123333b
Octal27414031410650244436373
Binary101111001100000110011001000110101010100100100011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC60CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC60CC; }

 p { color: rgb(188,96,204); }

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

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

 a { background-color: rgb(188,96,204); }

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

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

 span { border-color: rgb(188,96,204); }

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