#B95CCB

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

Shades of Medium Orchid #B95CCB

Tints of Medium Orchid #B95CCB

Color information

#B95CCB (or 0xB95CCB) is unknown color: approx Medium Orchid. HEX triplet: B9, 5C and CB. RGB value is (185,92,203). Sum of RGB (Red+Green+Blue) = 185+92+203=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #B95CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95CCB is #46A334. Grayscale: #848484. Windows color (decimal): -4629301 or 13327545. OLE color: 13327545.

HSL color Cylindrical-coordinate representation of color #B95CCB: hue angle of 290.27º 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 #B95CCB is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18592203-
CMYK0.090.5500.20
HSL290.27º51.63%57.84%-
HSV(B)290.27º54.68%79.61%-
XYZ34.6122.2858.98-
YUV132.46167.81165.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 92 (36.33% from 255) = 19.17%
BLUE value IS 203 (79.69% from 255) = 42.29%
R=38.54%
G=19.17%
B=42.29%

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
Decimal185922030.090.5500.20290.2751.6357.84
HexB95CCB937014122343a
Octal27113431311670244426472
Binary101110011011100110010111001110111010100100100010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95CCB; }

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

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

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

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

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

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

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

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