Html Css Color HEX #B079BB East Side

📋 copy color: '#B079BB'

red 176 ◦ green 121 ◦ blue 187

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

Shades of East Side #B079BB

Tints of East Side #B079BB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25%

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

R = 36.36%
G = 25%
B = 38.64%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B079BB (or 0xB079BB) is known color: East Side. HEX triplet: B0, 79 and BB. RGB value is (176,121,187). Sum of RGB (Red+Green+Blue) = 176+121+187=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #B079BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B079BB is #4F8644. Grayscale: #909090. Windows color (decimal): -5211717 or 12286384. OLE color: 12286384.

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

Color convert

RGB 176 121 187 -
CMYK 0.06 0.35 0 0.27
HSL 290º 0.33% 0.6% -
HSV(B) 290º 0.35% 0.73% -
XYZ 33.71 26.49 50.35 -
YUV 144.97 151.72 150.13 -
System Red Green Blue C M Y K H S L
Decimal 176 121 187 0.06 0.35 0 0.27 290 0.33 0.6
Hex B0 79 BB 6 23 0 1B 122 21 3C
Octal 260 171 273 6 43 0 33 442 41 74
Binary 10110000 1111001 10111011 110 100011 0 11011 100100010 100001 111100

Color Harmonies of #B079BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B079BB

Black with #B079BB

Text Example


Text Example

White with #B079BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B079BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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