#B963DC

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

Shades of Medium Orchid #B963DC

Tints of Medium Orchid #B963DC

Color information

#B963DC (or 0xB963DC) is unknown color: approx Medium Orchid. HEX triplet: B9, 63 and DC. RGB value is (185,99,220). Sum of RGB (Red+Green+Blue) = 185+99+220=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #B963DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B963DC is #469C23. Grayscale: #8A8A8A. Windows color (decimal): -4627492 or 14443449. OLE color: 14443449.

HSL color Cylindrical-coordinate representation of color #B963DC: hue angle of 282.64º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B963DC is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18599220-
CMYK0.160.5500.14
HSL282.64º63.35%62.55%-
HSV(B)282.64º55%86.27%-
XYZ37.3924.4170.45-
YUV138.51173.99161.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.71%
GREEN value IS 99 (39.06% from 255) = 19.64%
BLUE value IS 220 (86.33% from 255) = 43.65%
R=36.71%
G=19.64%
B=43.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal185992200.160.5500.14282.6463.3562.55
HexB963DC10370E11b3f3f
Octal27114333420670164337777
Binary101110011100011110111001000011011101110100011011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B963DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B963DC; }

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

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

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

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

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

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

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

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