#BC61CC

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

Shades of Medium Orchid #BC61CC

Tints of Medium Orchid #BC61CC

Color information

#BC61CC (or 0xBC61CC) is unknown color: approx Medium Orchid. HEX triplet: BC, 61 and CC. RGB value is (188,97,204). Sum of RGB (Red+Green+Blue) = 188+97+204=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC61CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC61CC is #439E33. Grayscale: #888888. Windows color (decimal): -4431412 or 13394364. OLE color: 13394364.

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

Color convert

RGB18897204-
CMYK0.080.5200.2
HSL291.03º51.2%59.02%-
HSV(B)291.03º52.45%80%-
XYZ35.9123.659.79-
YUV136.41166.15164.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 97 (38.28% from 255) = 19.84%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=38.45%
G=19.84%
B=41.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal188972040.080.5200.2291.0351.259.02
HexBC61CC834014123333b
Octal27414131410640244436373
Binary101111001100001110011001000110100010100100100011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC61CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC61CC; }

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

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

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

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

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

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

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

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