Html Css Color HEX #B479CA East Side

📋 copy color: '#B479CA'

red 180 ◦ green 121 ◦ blue 202

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

Shades of East Side #B479CA

Tints of East Side #B479CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 35.79%
G = 24.06%
B = 40.16%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B479CA (or 0xB479CA) is known color: East Side. HEX triplet: B4, 79 and CA. RGB value is (180,121,202). Sum of RGB (Red+Green+Blue) = 180+121+202=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #B479CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479CA is #4B8635. Grayscale: #939393. Windows color (decimal): -4949558 or 13269428. OLE color: 13269428.

HSL color Cylindrical-coordinate representation of color #B479CA: hue angle of 283.7º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B479CA is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 121 202 -
CMYK 0.11 0.40 0 0.21
HSL 283.7º 0.43% 0.63% -
HSV(B) 283.7º 0.4% 0.79% -
XYZ 36.32 27.64 59.3 -
YUV 147.88 158.55 150.91 -
System Red Green Blue C M Y K H S L
Decimal 180 121 202 0.11 0.40 0 0.21 283.7 0.43 0.63
Hex B4 79 CA B 28 0 15 11C 2B 3F
Octal 264 171 312 13 50 0 25 434 53 77
Binary 10110100 1111001 11001010 1011 101000 0 10101 100011100 101011 111111

Color Harmonies of #B479CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B479CA

Black with #B479CA

Text Example


Text Example

White with #B479CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B479CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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