Html Css Color HEX #B077CD East Side

📋 copy color: '#B077CD'

red 176 ◦ green 119 ◦ blue 205

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

Shades of East Side #B077CD

Tints of East Side #B077CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41%

R = 35.2%
G = 23.8%
B = 41%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B077CD (or 0xB077CD) is known color: East Side. HEX triplet: B0, 77 and CD. RGB value is (176,119,205). Sum of RGB (Red+Green+Blue) = 176+119+205=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #B077CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B077CD is #4F8832. Grayscale: #919191. Windows color (decimal): -5212211 or 13465520. OLE color: 13465520.

HSL color Cylindrical-coordinate representation of color #B077CD: hue angle of 279.77º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B077CD is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 119 205 -
CMYK 0.14 0.42 0 0.20
HSL 279.77º 0.46% 0.64% -
HSV(B) 279.77º 0.42% 0.8% -
XYZ 35.52 26.83 61.06 -
YUV 145.85 161.38 149.51 -
System Red Green Blue C M Y K H S L
Decimal 176 119 205 0.14 0.42 0 0.20 279.77 0.46 0.64
Hex B0 77 CD E 2A 0 14 118 2E 40
Octal 260 167 315 16 52 0 24 430 56 100
Binary 10110000 1110111 11001101 1110 101010 0 10100 100011000 101110 1000000

Color Harmonies of #B077CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B077CD

Black with #B077CD

Text Example


Text Example

White with #B077CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B077CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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