#B963C6

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

Shades of Medium Orchid #B963C6

Tints of Medium Orchid #B963C6

Color information

#B963C6 (or 0xB963C6) is unknown color: approx Medium Orchid. HEX triplet: B9, 63 and C6. RGB value is (185,99,198). Sum of RGB (Red+Green+Blue) = 185+99+198=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #B963C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B963C6 is #469C39. Grayscale: #878787. Windows color (decimal): -4627514 or 13001657. OLE color: 13001657.

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

Color convert

RGB18599198-
CMYK0.070.5000.22
HSL292.12º46.48%58.24%-
HSV(B)292.12º50%77.65%-
XYZ34.6623.3256.1-
YUV136162.99162.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 99 (39.06% from 255) = 20.54%
BLUE value IS 198 (77.73% from 255) = 41.08%
R=38.38%
G=20.54%
B=41.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal185991980.070.5000.22292.1246.4858.24
HexB963C67320161242e3a
Octal2711433067620264445672
Binary10111001110001111000110111110010010110100100100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B963C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B963C6; }

 p { color: rgb(185,99,198); }

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

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

 a { background-color: rgb(185,99,198); }

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

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

 span { border-color: rgb(185,99,198); }

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