#B962CD

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

Shades of Medium Orchid #B962CD

Tints of Medium Orchid #B962CD

Color information

#B962CD (or 0xB962CD) is unknown color: approx Medium Orchid. HEX triplet: B9, 62 and CD. RGB value is (185,98,205). Sum of RGB (Red+Green+Blue) = 185+98+205=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #B962CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B962CD is #469D32. Grayscale: #878787. Windows color (decimal): -4627763 or 13460153. OLE color: 13460153.

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

Color convert

RGB18598205-
CMYK0.100.5200.20
HSL288.79º51.69%59.41%-
HSV(B)288.79º52.2%80.39%-
XYZ35.3923.4660.42-
YUV136.21166.82162.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.91%
GREEN value IS 98 (38.67% from 255) = 20.08%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=37.91%
G=20.08%
B=42.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal185982050.100.5200.20288.7951.6959.41
HexB962CDA34014121343b
Octal27114231512640244416473
Binary101110011100010110011011010110100010100100100001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B962CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B962CD; }

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

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

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

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

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

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

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

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