#B981CB

Color #B981CB East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B981CB

Tints of East Side #B981CB

Color information

#B981CB (or 0xB981CB) is unknown color: approx East Side. HEX triplet: B9, 81 and CB. RGB value is (185,129,203). Sum of RGB (Red+Green+Blue) = 185+129+203=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #B981CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981CB is #467E34. Grayscale: #999999. Windows color (decimal): -4619829 or 13337017. OLE color: 13337017.

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

Color convert

RGB185129203-
CMYK0.090.3600.20
HSL285.41º41.57%65.1%-
HSV(B)285.41º36.45%79.61%-
XYZ38.6430.3360.32-
YUV154.18155.55149.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.78%
GREEN value IS 129 (50.78% from 255) = 24.95%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=35.78%
G=24.95%
B=39.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851292030.090.3600.20285.4141.5765.1
HexB981CB92401411d2a41
Octal271201313114402443552101
Binary10111001100000011100101110011001000101001000111011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981CB; }

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

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

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

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

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

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

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

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