#B961CB

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

Shades of Medium Orchid #B961CB

Tints of Medium Orchid #B961CB

Color information

#B961CB (or 0xB961CB) is unknown color: approx Medium Orchid. HEX triplet: B9, 61 and CB. RGB value is (185,97,203). Sum of RGB (Red+Green+Blue) = 185+97+203=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #B961CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B961CB is #469E34. Grayscale: #878787. Windows color (decimal): -4628021 or 13328825. OLE color: 13328825.

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

Color convert

RGB18597203-
CMYK0.090.5200.20
HSL289.81º50.48%58.82%-
HSV(B)289.81º52.22%79.61%-
XYZ35.0623.1859.13-
YUV135.4166.15163.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.14%
GREEN value IS 97 (38.28% from 255) = 20%
BLUE value IS 203 (79.69% from 255) = 41.86%
R=38.14%
G=20%
B=41.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal185972030.090.5200.20289.8150.4858.82
HexB961CB934014122323b
Octal27114131311640244426273
Binary101110011100001110010111001110100010100100100010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B961CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B961CB; }

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

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

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

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

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

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

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

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