#BC62CB

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

Shades of Medium Orchid #BC62CB

Tints of Medium Orchid #BC62CB

Color information

#BC62CB (or 0xBC62CB) is unknown color: approx Medium Orchid. HEX triplet: BC, 62 and CB. RGB value is (188,98,203). Sum of RGB (Red+Green+Blue) = 188+98+203=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC62CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62CB is #439D34. Grayscale: #888888. Windows color (decimal): -4431157 or 13329084. OLE color: 13329084.

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

Color convert

RGB18898203-
CMYK0.070.5200.20
HSL291.43º50.24%59.02%-
HSV(B)291.43º51.72%79.61%-
XYZ35.8923.7459.19-
YUV136.88165.32164.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 98 (38.67% from 255) = 20.04%
BLUE value IS 203 (79.69% from 255) = 41.51%
R=38.45%
G=20.04%
B=41.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal188982030.070.5200.20291.4350.2459.02
HexBC62CB734014123323b
Octal2741423137640244436273
Binary10111100110001011001011111110100010100100100011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC62CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC62CB; }

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

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

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

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

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

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

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

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