Html Css Color HEX #B190BD East Side

📋 copy color: '#B190BD'

red 177 ◦ green 144 ◦ blue 189

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

Shades of East Side #B190BD

Tints of East Side #B190BD

RGB

 RED value IS 177 (69.53% from 255) = 34.71%

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

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

R = 34.71%
G = 28.24%
B = 37.06%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B190BD (or 0xB190BD) is known color: East Side. HEX triplet: B1, 90 and BD. RGB value is (177,144,189). Sum of RGB (Red+Green+Blue) = 177+144+189=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #B190BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B190BD is #4E6F42. Grayscale: #9E9E9E. Windows color (decimal): -5140291 or 12423345. OLE color: 12423345.

HSL color Cylindrical-coordinate representation of color #B190BD: hue angle of 284º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B190BD is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 144 189 -
CMYK 0.06 0.24 0 0.26
HSL 284º 0.25% 0.65% -
HSV(B) 284º 0.24% 0.74% -
XYZ 37.29 32.97 52.54 -
YUV 159 144.93 140.84 -
System Red Green Blue C M Y K H S L
Decimal 177 144 189 0.06 0.24 0 0.26 284 0.25 0.65
Hex B1 90 BD 6 18 0 1A 11C 19 41
Octal 261 220 275 6 30 0 32 434 31 101
Binary 10110001 10010000 10111101 110 11000 0 11010 100011100 11001 1000001

Color Harmonies of #B190BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B190BD

Black with #B190BD

Text Example


Text Example

White with #B190BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B190BD; }

 p { color: rgb(177,144,189); }

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

background-color css

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

 a { background-color: rgb(177,144,189); }

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

border-color css

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

 span { border-color: rgb(177,144,189); }

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