Html Css Color HEX #B595BD East Side

📋 copy color: '#B595BD'

red 181 ◦ green 149 ◦ blue 189

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

Shades of East Side #B595BD

Tints of East Side #B595BD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.71%

 BLUE value IS 189 (74.22% from 255) = 36.42%

R = 34.87%
G = 28.71%
B = 36.42%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B595BD (or 0xB595BD) is known color: East Side. HEX triplet: B5, 95 and BD. RGB value is (181,149,189). Sum of RGB (Red+Green+Blue) = 181+149+189=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 189 - color contains mainly: blue. Hex color #B595BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595BD is #4A6A42. Grayscale: #A2A2A2. Windows color (decimal): -4876867 or 12424629. OLE color: 12424629.

HSL color Cylindrical-coordinate representation of color #B595BD: hue angle of 288º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B595BD is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 149 189 -
CMYK 0.04 0.21 0 0.26
HSL 288º 0.23% 0.66% -
HSV(B) 288º 0.21% 0.74% -
XYZ 38.99 34.99 52.84 -
YUV 163.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 181 149 189 0.04 0.21 0 0.26 288 0.23 0.66
Hex B5 95 BD 4 15 0 1A 120 17 42
Octal 265 225 275 4 25 0 32 440 27 102
Binary 10110101 10010101 10111101 100 10101 0 11010 100100000 10111 1000010

Color Harmonies of #B595BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B595BD

Black with #B595BD

Text Example


Text Example

White with #B595BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B595BD; }

 p { color: rgb(181,149,189); }

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

background-color css

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

 a { background-color: rgb(181,149,189); }

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

border-color css

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

 span { border-color: rgb(181,149,189); }

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