Html Css Color HEX #B475D0 East Side

📋 copy color: '#B475D0'

red 180 ◦ green 117 ◦ blue 208

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

Shades of East Side #B475D0

Tints of East Side #B475D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.19%

R = 35.64%
G = 23.17%
B = 41.19%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B475D0 (or 0xB475D0) is known color: East Side. HEX triplet: B4, 75 and D0. RGB value is (180,117,208). Sum of RGB (Red+Green+Blue) = 180+117+208=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #B475D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B475D0 is #4B8A2F. Grayscale: #919191. Windows color (decimal): -4950576 or 13661620. OLE color: 13661620.

HSL color Cylindrical-coordinate representation of color #B475D0: hue angle of 281.54º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B475D0 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 117 208 -
CMYK 0.13 0.44 0 0.18
HSL 281.54º 0.49% 0.64% -
HSV(B) 281.54º 0.44% 0.82% -
XYZ 36.57 26.98 62.95 -
YUV 146.21 162.87 152.1 -
System Red Green Blue C M Y K H S L
Decimal 180 117 208 0.13 0.44 0 0.18 281.54 0.49 0.64
Hex B4 75 D0 D 2C 0 12 11A 31 40
Octal 264 165 320 15 54 0 22 432 61 100
Binary 10110100 1110101 11010000 1101 101100 0 10010 100011010 110001 1000000

Color Harmonies of #B475D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B475D0

Black with #B475D0

Text Example


Text Example

White with #B475D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B475D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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