Html Css Color HEX #B590CB East Side

📋 copy color: '#B590CB'

red 181 ◦ green 144 ◦ blue 203

#B590CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #B590CB

Tints of East Side #B590CB

RGB

 RED value IS 181 (71.09% from 255) = 34.28%

 GREEN value IS 144 (56.64% from 255) = 27.27%

 BLUE value IS 203 (79.69% from 255) = 38.45%

R = 34.28%
G = 27.27%
B = 38.45%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B590CB (or 0xB590CB) is known color: East Side. HEX triplet: B5, 90 and CB. RGB value is (181,144,203). Sum of RGB (Red+Green+Blue) = 181+144+203=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #B590CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590CB is #4A6F34. Grayscale: #A1A1A1. Windows color (decimal): -4878133 or 13340853. OLE color: 13340853.

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

Color convert

RGB 181 144 203 -
CMYK 0.11 0.29 0 0.20
HSL 277.63º 0.36% 0.68% -
HSV(B) 277.63º 0.29% 0.8% -
XYZ 39.81 34.08 60.98 -
YUV 161.79 151.26 141.7 -
System Red Green Blue C M Y K H S L
Decimal 181 144 203 0.11 0.29 0 0.20 277.63 0.36 0.68
Hex B5 90 CB B 1D 0 14 116 24 44
Octal 265 220 313 13 35 0 24 426 44 104
Binary 10110101 10010000 11001011 1011 11101 0 10100 100010110 100100 1000100

Color Harmonies of #B590CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B590CB

Black with #B590CB

Text Example


Text Example

White with #B590CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B590CB; }

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

 H1.HeaderClassName
 {
   color: #B590CB;
 }
 .AnyTagClassName
 {
   color: #B590CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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