Html Css Color HEX #B479CE East Side

📋 copy color: '#B479CE'

red 180 ◦ green 121 ◦ blue 206

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

Shades of East Side #B479CE

Tints of East Side #B479CE

RGB

 RED value IS 180 (70.7% from 255) = 35.5%

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

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

R = 35.5%
G = 23.87%
B = 40.63%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B479CE (or 0xB479CE) is known color: East Side. HEX triplet: B4, 79 and CE. RGB value is (180,121,206). Sum of RGB (Red+Green+Blue) = 180+121+206=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #B479CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479CE is #4B8631. Grayscale: #949494. Windows color (decimal): -4949554 or 13531572. OLE color: 13531572.

HSL color Cylindrical-coordinate representation of color #B479CE: hue angle of 281.65º 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 #B479CE is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 121 206 -
CMYK 0.13 0.41 0 0.19
HSL 281.65º 0.46% 0.64% -
HSV(B) 281.65º 0.41% 0.81% -
XYZ 36.8 27.83 61.83 -
YUV 148.33 160.55 150.59 -
System Red Green Blue C M Y K H S L
Decimal 180 121 206 0.13 0.41 0 0.19 281.65 0.46 0.64
Hex B4 79 CE D 29 0 13 11A 2E 40
Octal 264 171 316 15 51 0 23 432 56 100
Binary 10110100 1111001 11001110 1101 101001 0 10011 100011010 101110 1000000

Color Harmonies of #B479CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B479CE

Black with #B479CE

Text Example


Text Example

White with #B479CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B479CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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