#B96BD7

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

Shades of Medium Orchid #B96BD7

Tints of Medium Orchid #B96BD7

Color information

#B96BD7 (or 0xB96BD7) is unknown color: approx Medium Orchid. HEX triplet: B9, 6B and D7. RGB value is (185,107,215). Sum of RGB (Red+Green+Blue) = 185+107+215=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 215 - color contains mainly: blue. Hex color #B96BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BD7 is #469428. Grayscale: #8E8E8E. Windows color (decimal): -4625449 or 14117817. OLE color: 14117817.

HSL color Cylindrical-coordinate representation of color #B96BD7: hue angle of 283.33º degrees, saturation: 0.57, 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 #B96BD7 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185107215-
CMYK0.140.5000.16
HSL283.33º57.45%63.14%-
HSV(B)283.33º50.23%84.31%-
XYZ37.5325.7467.28-
YUV142.63168.84158.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 107 (42.19% from 255) = 21.10%
BLUE value IS 215 (84.38% from 255) = 42.41%
R=36.49%
G=21.10%
B=42.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851072150.140.5000.16283.3357.4563.14
HexB96BD7E3201011b393f
Octal27115332716620204337177
Binary101110011101011110101111110110010010000100011011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96BD7; }

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

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

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

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

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

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

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

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