Html Css Color HEX #B079CE East Side

📋 copy color: '#B079CE'

red 176 ◦ green 121 ◦ blue 206

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

Shades of East Side #B079CE

Tints of East Side #B079CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 34.99%
G = 24.06%
B = 40.95%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B079CE (or 0xB079CE) is known color: East Side. HEX triplet: B0, 79 and CE. RGB value is (176,121,206). Sum of RGB (Red+Green+Blue) = 176+121+206=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #B079CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B079CE is #4F8631. Grayscale: #929292. Windows color (decimal): -5211698 or 13531568. OLE color: 13531568.

HSL color Cylindrical-coordinate representation of color #B079CE: hue angle of 278.82º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B079CE is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 121 206 -
CMYK 0.15 0.41 0 0.19
HSL 278.82º 0.46% 0.64% -
HSV(B) 278.82º 0.41% 0.81% -
XYZ 35.88 27.36 61.78 -
YUV 147.14 161.22 148.59 -
System Red Green Blue C M Y K H S L
Decimal 176 121 206 0.15 0.41 0 0.19 278.82 0.46 0.64
Hex B0 79 CE F 29 0 13 117 2E 40
Octal 260 171 316 17 51 0 23 427 56 100
Binary 10110000 1111001 11001110 1111 101001 0 10011 100010111 101110 1000000

Color Harmonies of #B079CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B079CE

Black with #B079CE

Text Example


Text Example

White with #B079CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B079CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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