#B962C7

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

Shades of Medium Orchid #B962C7

Tints of Medium Orchid #B962C7

Color information

#B962C7 (or 0xB962C7) is unknown color: approx Medium Orchid. HEX triplet: B9, 62 and C7. RGB value is (185,98,199). Sum of RGB (Red+Green+Blue) = 185+98+199=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 199 - color contains mainly: blue. Hex color #B962C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B962C7 is #469D38. Grayscale: #878787. Windows color (decimal): -4627769 or 13066937. OLE color: 13066937.

HSL color Cylindrical-coordinate representation of color #B962C7: hue angle of 291.68º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B962C7 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18598199-
CMYK0.070.5100.22
HSL291.68º47.42%58.24%-
HSV(B)291.68º50.75%78.04%-
XYZ34.6823.1756.68-
YUV135.53163.82163.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 98 (38.67% from 255) = 20.33%
BLUE value IS 199 (78.12% from 255) = 41.29%
R=38.38%
G=20.33%
B=41.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal185981990.070.5100.22291.6847.4258.24
HexB962C77330161242f3a
Octal2711423077630264445772
Binary10111001110001011000111111110011010110100100100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B962C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B962C7; }

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

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

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

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

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

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

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

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