#BC62CD

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

Shades of Medium Orchid #BC62CD

Tints of Medium Orchid #BC62CD

Color information

#BC62CD (or 0xBC62CD) is unknown color: approx Medium Orchid. HEX triplet: BC, 62 and CD. RGB value is (188,98,205). Sum of RGB (Red+Green+Blue) = 188+98+205=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC62CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62CD is #439D32. Grayscale: #888888. Windows color (decimal): -4431155 or 13460156. OLE color: 13460156.

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

Color convert

RGB18898205-
CMYK0.080.5200.20
HSL290.47º51.69%59.41%-
HSV(B)290.47º52.2%80.39%-
XYZ36.1323.8360.45-
YUV137.11166.32164.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 98 (38.67% from 255) = 19.96%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=38.29%
G=19.96%
B=41.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal188982050.080.5200.20290.4751.6959.41
HexBC62CD834014122343b
Octal27414231510640244426473
Binary101111001100010110011011000110100010100100100010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC62CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC62CD; }

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

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

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

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

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

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

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

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