Html Css Color HEX #B473CA East Side

📋 copy color: '#B473CA'

red 180 ◦ green 115 ◦ blue 202

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

Shades of East Side #B473CA

Tints of East Side #B473CA

RGB

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

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

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

R = 36.22%
G = 23.14%
B = 40.64%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B473CA (or 0xB473CA) is known color: East Side. HEX triplet: B4, 73 and CA. RGB value is (180,115,202). Sum of RGB (Red+Green+Blue) = 180+115+202=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #B473CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473CA is #4B8C35. Grayscale: #909090. Windows color (decimal): -4951094 or 13267892. OLE color: 13267892.

HSL color Cylindrical-coordinate representation of color #B473CA: hue angle of 284.83º degrees, saturation: 0.45, 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 #B473CA is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 115 202 -
CMYK 0.11 0.43 0 0.21
HSL 284.83º 0.45% 0.62% -
HSV(B) 284.83º 0.43% 0.79% -
XYZ 35.61 26.23 59.06 -
YUV 144.35 160.53 153.43 -
System Red Green Blue C M Y K H S L
Decimal 180 115 202 0.11 0.43 0 0.21 284.83 0.45 0.62
Hex B4 73 CA B 2B 0 15 11D 2D 3E
Octal 264 163 312 13 53 0 25 435 55 76
Binary 10110100 1110011 11001010 1011 101011 0 10101 100011101 101101 111110

Color Harmonies of #B473CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B473CA

Black with #B473CA

Text Example


Text Example

White with #B473CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B473CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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