Html Css Color HEX #B080BB East Side

📋 copy color: '#B080BB'

red 176 ◦ green 128 ◦ blue 187

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

Shades of East Side #B080BB

Tints of East Side #B080BB

RGB

 RED value IS 176 (69.14% from 255) = 35.85%

 GREEN value IS 128 (50.39% from 255) = 26.07%

 BLUE value IS 187 (73.44% from 255) = 38.09%

R = 35.85%
G = 26.07%
B = 38.09%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B080BB (or 0xB080BB) is known color: East Side. HEX triplet: B0, 80 and BB. RGB value is (176,128,187). Sum of RGB (Red+Green+Blue) = 176+128+187=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #B080BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080BB is #4F7F44. Grayscale: #949494. Windows color (decimal): -5209925 or 12288176. OLE color: 12288176.

HSL color Cylindrical-coordinate representation of color #B080BB: hue angle of 288.81º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B080BB is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 128 187 -
CMYK 0.06 0.32 0 0.27
HSL 288.81º 0.3% 0.62% -
HSV(B) 288.81º 0.32% 0.73% -
XYZ 34.59 28.26 50.64 -
YUV 149.08 149.4 147.2 -
System Red Green Blue C M Y K H S L
Decimal 176 128 187 0.06 0.32 0 0.27 288.81 0.3 0.62
Hex B0 80 BB 6 20 0 1B 121 1E 3E
Octal 260 200 273 6 40 0 33 441 36 76
Binary 10110000 10000000 10111011 110 100000 0 11011 100100001 11110 111110

Color Harmonies of #B080BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B080BB

Black with #B080BB

Text Example


Text Example

White with #B080BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B080BB; }

 p { color: rgb(176,128,187); }

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

background-color css

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

 a { background-color: rgb(176,128,187); }

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

border-color css

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

 span { border-color: rgb(176,128,187); }

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