#B955CB

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

Shades of Medium Orchid #B955CB

Tints of Medium Orchid #B955CB

Color information

#B955CB (or 0xB955CB) is unknown color: approx Medium Orchid. HEX triplet: B9, 55 and CB. RGB value is (185,85,203). Sum of RGB (Red+Green+Blue) = 185+85+203=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #B955CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955CB is #46AA34. Grayscale: #7F7F7F. Windows color (decimal): -4631093 or 13325753. OLE color: 13325753.

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

Color convert

RGB18585203-
CMYK0.090.5800.20
HSL290.85º53.15%56.47%-
HSV(B)290.85º58.13%79.61%-
XYZ34.0421.1258.78-
YUV128.35170.13168.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.11%
GREEN value IS 85 (33.59% from 255) = 17.97%
BLUE value IS 203 (79.69% from 255) = 42.92%
R=39.11%
G=17.97%
B=42.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal185852030.090.5800.20290.8553.1556.47
HexB955CB93A0141233538
Octal27112531311720244436570
Binary101110011010101110010111001111010010100100100011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B955CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B955CB; }

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

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

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

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

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

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

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

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