Html Css Color HEX #B474CE East Side

📋 copy color: '#B474CE'

red 180 ◦ green 116 ◦ blue 206

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

Shades of East Side #B474CE

Tints of East Side #B474CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.11%

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

R = 35.86%
G = 23.11%
B = 41.04%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B474CE (or 0xB474CE) is known color: East Side. HEX triplet: B4, 74 and CE. RGB value is (180,116,206). Sum of RGB (Red+Green+Blue) = 180+116+206=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #B474CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B474CE is #4B8B31. Grayscale: #919191. Windows color (decimal): -4950834 or 13530292. OLE color: 13530292.

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

Color convert

RGB 180 116 206 -
CMYK 0.13 0.44 0 0.19
HSL 282.67º 0.48% 0.63% -
HSV(B) 282.67º 0.44% 0.81% -
XYZ 36.21 26.65 61.63 -
YUV 145.4 162.2 152.68 -
System Red Green Blue C M Y K H S L
Decimal 180 116 206 0.13 0.44 0 0.19 282.67 0.48 0.63
Hex B4 74 CE D 2C 0 13 11B 30 3F
Octal 264 164 316 15 54 0 23 433 60 77
Binary 10110100 1110100 11001110 1101 101100 0 10011 100011011 110000 111111

Color Harmonies of #B474CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B474CE

Black with #B474CE

Text Example


Text Example

White with #B474CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B474CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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