Html Css Color HEX #B290BD East Side

📋 copy color: '#B290BD'

red 178 ◦ green 144 ◦ blue 189

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

Shades of East Side #B290BD

Tints of East Side #B290BD

RGB

 RED value IS 178 (69.92% from 255) = 34.83%

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

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

R = 34.83%
G = 28.18%
B = 36.99%

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

#B290BD (or 0xB290BD) is known color: East Side. HEX triplet: B2, 90 and BD. RGB value is (178,144,189). Sum of RGB (Red+Green+Blue) = 178+144+189=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #B290BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290BD is #4D6F42. Grayscale: #9F9F9F. Windows color (decimal): -5074755 or 12423346. OLE color: 12423346.

HSL color Cylindrical-coordinate representation of color #B290BD: hue angle of 285.33º 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 #B290BD is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 144 189 -
CMYK 0.06 0.24 0 0.26
HSL 285.33º 0.25% 0.65% -
HSV(B) 285.33º 0.24% 0.74% -
XYZ 37.52 33.09 52.55 -
YUV 159.3 144.76 141.34 -
System Red Green Blue C M Y K H S L
Decimal 178 144 189 0.06 0.24 0 0.26 285.33 0.25 0.65
Hex B2 90 BD 6 18 0 1A 11D 19 41
Octal 262 220 275 6 30 0 32 435 31 101
Binary 10110010 10010000 10111101 110 11000 0 11010 100011101 11001 1000001

Color Harmonies of #B290BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B290BD

Black with #B290BD

Text Example


Text Example

White with #B290BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B290BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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