#B95BCB

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

Shades of Medium Orchid #B95BCB

Tints of Medium Orchid #B95BCB

Color information

#B95BCB (or 0xB95BCB) is unknown color: approx Medium Orchid. HEX triplet: B9, 5B and CB. RGB value is (185,91,203). Sum of RGB (Red+Green+Blue) = 185+91+203=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #B95BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95BCB is #46A434. Grayscale: #838383. Windows color (decimal): -4629557 or 13327289. OLE color: 13327289.

HSL color Cylindrical-coordinate representation of color #B95BCB: hue angle of 290.36º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B95BCB is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18591203-
CMYK0.090.5500.20
HSL290.36º51.85%57.65%-
HSV(B)290.36º55.17%79.61%-
XYZ34.5322.1158.95-
YUV131.87168.14165.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.62%
GREEN value IS 91 (35.94% from 255) = 19.00%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=38.62%
G=19.00%
B=42.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal185912030.090.5500.20290.3651.8557.65
HexB95BCB937014122343a
Octal27113331311670244426472
Binary101110011011011110010111001110111010100100100010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95BCB; }

 p { color: rgb(185,91,203); }

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

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

 a { background-color: rgb(185,91,203); }

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

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

 span { border-color: rgb(185,91,203); }

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