Html Css Color HEX #B473C9 East Side

📋 copy color: '#B473C9'

red 180 ◦ green 115 ◦ blue 201

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

Shades of East Side #B473C9

Tints of East Side #B473C9

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.19%

 BLUE value IS 201 (78.91% from 255) = 40.52%

R = 36.29%
G = 23.19%
B = 40.52%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B473C9 (or 0xB473C9) is known color: East Side. HEX triplet: B4, 73 and C9. RGB value is (180,115,201). Sum of RGB (Red+Green+Blue) = 180+115+201=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 201 - color contains mainly: blue. Hex color #B473C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473C9 is #4B8C36. Grayscale: #8F8F8F. Windows color (decimal): -4951095 or 13202356. OLE color: 13202356.

HSL color Cylindrical-coordinate representation of color #B473C9: hue angle of 285.35º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B473C9 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 115 201 -
CMYK 0.10 0.43 0 0.21
HSL 285.35º 0.44% 0.62% -
HSV(B) 285.35º 0.43% 0.79% -
XYZ 35.5 26.18 58.44 -
YUV 144.24 160.03 153.51 -
System Red Green Blue C M Y K H S L
Decimal 180 115 201 0.10 0.43 0 0.21 285.35 0.44 0.62
Hex B4 73 C9 A 2B 0 15 11D 2C 3E
Octal 264 163 311 12 53 0 25 435 54 76
Binary 10110100 1110011 11001001 1010 101011 0 10101 100011101 101100 111110

Color Harmonies of #B473C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B473C9

Black with #B473C9

Text Example


Text Example

White with #B473C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B473C9; }

 p { color: rgb(180,115,201); }

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

background-color css

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

 a { background-color: rgb(180,115,201); }

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

border-color css

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

 span { border-color: rgb(180,115,201); }

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