Html Css Color HEX #B475D3 East Side

📋 copy color: '#B475D3'

red 180 ◦ green 117 ◦ blue 211

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

Shades of East Side #B475D3

Tints of East Side #B475D3

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.03%

 BLUE value IS 211 (82.81% from 255) = 41.54%

R = 35.43%
G = 23.03%
B = 41.54%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B475D3 (or 0xB475D3) is known color: East Side. HEX triplet: B4, 75 and D3. RGB value is (180,117,211). Sum of RGB (Red+Green+Blue) = 180+117+211=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 211 - color contains mainly: blue. Hex color #B475D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B475D3 is #4B8A2C. Grayscale: #929292. Windows color (decimal): -4950573 or 13858228. OLE color: 13858228.

HSL color Cylindrical-coordinate representation of color #B475D3: hue angle of 280.21º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B475D3 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 180 117 211 -
CMYK 0.15 0.45 0 0.17
HSL 280.21º 0.52% 0.64% -
HSV(B) 280.21º 0.45% 0.83% -
XYZ 36.94 27.13 64.92 -
YUV 146.55 164.37 151.86 -
System Red Green Blue C M Y K H S L
Decimal 180 117 211 0.15 0.45 0 0.17 280.21 0.52 0.64
Hex B4 75 D3 F 2D 0 11 118 34 40
Octal 264 165 323 17 55 0 21 430 64 100
Binary 10110100 1110101 11010011 1111 101101 0 10001 100011000 110100 1000000

Color Harmonies of #B475D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B475D3

Black with #B475D3

Text Example


Text Example

White with #B475D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B475D3; }

 p { color: rgb(180,117,211); }

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

background-color css

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

 a { background-color: rgb(180,117,211); }

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

border-color css

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

 span { border-color: rgb(180,117,211); }

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