Html Css Color HEX #B078BD East Side

📋 copy color: '#B078BD'

red 176 ◦ green 120 ◦ blue 189

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

Shades of East Side #B078BD

Tints of East Side #B078BD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.74%

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

R = 36.29%
G = 24.74%
B = 38.97%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B078BD (or 0xB078BD) is known color: East Side. HEX triplet: B0, 78 and BD. RGB value is (176,120,189). Sum of RGB (Red+Green+Blue) = 176+120+189=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #B078BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B078BD is #4F8742. Grayscale: #909090. Windows color (decimal): -5211971 or 12417200. OLE color: 12417200.

HSL color Cylindrical-coordinate representation of color #B078BD: hue angle of 288.7º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B078BD is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 120 189 -
CMYK 0.07 0.37 0 0.26
HSL 288.7º 0.34% 0.61% -
HSV(B) 288.7º 0.37% 0.74% -
XYZ 33.81 26.34 51.45 -
YUV 144.61 153.05 150.39 -
System Red Green Blue C M Y K H S L
Decimal 176 120 189 0.07 0.37 0 0.26 288.7 0.34 0.61
Hex B0 78 BD 7 25 0 1A 121 22 3D
Octal 260 170 275 7 45 0 32 441 42 75
Binary 10110000 1111000 10111101 111 100101 0 11010 100100001 100010 111101

Color Harmonies of #B078BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B078BD

Black with #B078BD

Text Example


Text Example

White with #B078BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B078BD; }

 p { color: rgb(176,120,189); }

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

background-color css

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

 a { background-color: rgb(176,120,189); }

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

border-color css

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

 span { border-color: rgb(176,120,189); }

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