#B592CB

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

Shades of East Side #B592CB

Tints of East Side #B592CB

Color information

#B592CB (or 0xB592CB) is unknown color: approx East Side. HEX triplet: B5, 92 and CB. RGB value is (181,146,203). Sum of RGB (Red+Green+Blue) = 181+146+203=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #B592CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B592CB is #4A6D34. Grayscale: #A2A2A2. Windows color (decimal): -4877621 or 13341365. OLE color: 13341365.

HSL color Cylindrical-coordinate representation of color #B592CB: hue angle of 276.84º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B592CB is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181146203-
CMYK0.110.2800.20
HSL276.84º35.4%68.43%-
HSV(B)276.84º28.08%79.61%-
XYZ40.1134.6961.08-
YUV162.96150.6140.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.15%
GREEN value IS 146 (57.42% from 255) = 27.55%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=34.15%
G=27.55%
B=38.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811462030.110.2800.20276.8435.468.43
HexB592CBB1C0141152344
Octal265222313133402442543104
Binary1011010110010010110010111011111000101001000101011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B592CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B592CB; }

 p { color: rgb(181,146,203); }

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

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

 a { background-color: rgb(181,146,203); }

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

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

 span { border-color: rgb(181,146,203); }

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