#B962CA

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

Shades of Medium Orchid #B962CA

Tints of Medium Orchid #B962CA

Color information

#B962CA (or 0xB962CA) is unknown color: approx Medium Orchid. HEX triplet: B9, 62 and CA. RGB value is (185,98,202). Sum of RGB (Red+Green+Blue) = 185+98+202=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #B962CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B962CA is #469D35. Grayscale: #878787. Windows color (decimal): -4627766 or 13263545. OLE color: 13263545.

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

Color convert

RGB18598202-
CMYK0.080.5100.21
HSL290.19º49.52%58.82%-
HSV(B)290.19º51.49%79.22%-
XYZ35.0423.3158.53-
YUV135.87165.32163.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.14%
GREEN value IS 98 (38.67% from 255) = 20.21%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=38.14%
G=20.21%
B=41.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185982020.080.5100.21290.1949.5258.82
HexB962CA833015122323b
Octal27114231210630254426273
Binary101110011100010110010101000110011010101100100010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B962CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B962CA; }

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

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

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

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

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

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

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

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