Html Css Color HEX #B077C4 East Side

📋 copy color: '#B077C4'

red 176 ◦ green 119 ◦ blue 196

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

Shades of East Side #B077C4

Tints of East Side #B077C4

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.24%

 BLUE value IS 196 (76.95% from 255) = 39.92%

R = 35.85%
G = 24.24%
B = 39.92%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B077C4 (or 0xB077C4) is known color: East Side. HEX triplet: B0, 77 and C4. RGB value is (176,119,196). Sum of RGB (Red+Green+Blue) = 176+119+196=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 196 - color contains mainly: blue. Hex color #B077C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B077C4 is #4F883B. Grayscale: #909090. Windows color (decimal): -5212220 or 12875696. OLE color: 12875696.

HSL color Cylindrical-coordinate representation of color #B077C4: hue angle of 284.42º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B077C4 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 119 196 -
CMYK 0.10 0.39 0 0.23
HSL 284.42º 0.39% 0.62% -
HSV(B) 284.42º 0.39% 0.77% -
XYZ 34.47 26.41 55.51 -
YUV 144.82 156.88 150.24 -
System Red Green Blue C M Y K H S L
Decimal 176 119 196 0.10 0.39 0 0.23 284.42 0.39 0.62
Hex B0 77 C4 A 27 0 17 11C 27 3E
Octal 260 167 304 12 47 0 27 434 47 76
Binary 10110000 1110111 11000100 1010 100111 0 10111 100011100 100111 111110

Color Harmonies of #B077C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B077C4

Black with #B077C4

Text Example


Text Example

White with #B077C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B077C4; }

 p { color: rgb(176,119,196); }

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

background-color css

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

 a { background-color: rgb(176,119,196); }

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

border-color css

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

 span { border-color: rgb(176,119,196); }

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