Html Css Color HEX #B479CF East Side

📋 copy color: '#B479CF'

red 180 ◦ green 121 ◦ blue 207

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

Shades of East Side #B479CF

Tints of East Side #B479CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.75%

R = 35.43%
G = 23.82%
B = 40.75%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B479CF (or 0xB479CF) is known color: East Side. HEX triplet: B4, 79 and CF. RGB value is (180,121,207). Sum of RGB (Red+Green+Blue) = 180+121+207=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #B479CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479CF is #4B8630. Grayscale: #949494. Windows color (decimal): -4949553 or 13597108. OLE color: 13597108.

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

Color convert

RGB 180 121 207 -
CMYK 0.13 0.42 0 0.19
HSL 281.16º 0.47% 0.64% -
HSV(B) 281.16º 0.42% 0.81% -
XYZ 36.92 27.88 62.47 -
YUV 148.45 161.05 150.51 -
System Red Green Blue C M Y K H S L
Decimal 180 121 207 0.13 0.42 0 0.19 281.16 0.47 0.64
Hex B4 79 CF D 2A 0 13 119 2F 40
Octal 264 171 317 15 52 0 23 431 57 100
Binary 10110100 1111001 11001111 1101 101010 0 10011 100011001 101111 1000000

Color Harmonies of #B479CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B479CF

Black with #B479CF

Text Example


Text Example

White with #B479CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B479CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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