#B96BD5

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

Shades of Medium Orchid #B96BD5

Tints of Medium Orchid #B96BD5

Color information

#B96BD5 (or 0xB96BD5) is unknown color: approx Medium Orchid. HEX triplet: B9, 6B and D5. RGB value is (185,107,213). Sum of RGB (Red+Green+Blue) = 185+107+213=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 213 (83.59% from 255 or 42.18% from 505); Max value from RGB is 213 - color contains mainly: blue. Hex color #B96BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BD5 is #46942A. Grayscale: #8E8E8E. Windows color (decimal): -4625451 or 13986745. OLE color: 13986745.

HSL color Cylindrical-coordinate representation of color #B96BD5: hue angle of 284.15º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B96BD5 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185107213-
CMYK0.130.5000.16
HSL284.15º55.79%62.75%-
HSV(B)284.15º49.77%83.53%-
XYZ37.2825.6365.93-
YUV142.41167.84158.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.63%
GREEN value IS 107 (42.19% from 255) = 21.19%
BLUE value IS 213 (83.59% from 255) = 42.18%
R=36.63%
G=21.19%
B=42.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851072130.130.5000.16284.1555.7962.75
HexB96BD5D3201011c383f
Octal27115332515620204347077
Binary101110011101011110101011101110010010000100011100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96BD5; }

 p { color: rgb(185,107,213); }

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

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

 a { background-color: rgb(185,107,213); }

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

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

 span { border-color: rgb(185,107,213); }

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