Html Css Color HEX #B473C4 East Side

📋 copy color: '#B473C4'

red 180 ◦ green 115 ◦ blue 196

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

Shades of East Side #B473C4

Tints of East Side #B473C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.92%

R = 36.66%
G = 23.42%
B = 39.92%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B473C4 (or 0xB473C4) is known color: East Side. HEX triplet: B4, 73 and C4. RGB value is (180,115,196). Sum of RGB (Red+Green+Blue) = 180+115+196=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 196 - color contains mainly: blue. Hex color #B473C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473C4 is #4B8C3B. Grayscale: #8F8F8F. Windows color (decimal): -4951100 or 12874676. OLE color: 12874676.

HSL color Cylindrical-coordinate representation of color #B473C4: hue angle of 288.15º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B473C4 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 180 115 196 -
CMYK 0.08 0.41 0 0.23
HSL 288.15º 0.41% 0.61% -
HSV(B) 288.15º 0.41% 0.77% -
XYZ 34.92 25.95 55.39 -
YUV 143.67 157.53 153.91 -
System Red Green Blue C M Y K H S L
Decimal 180 115 196 0.08 0.41 0 0.23 288.15 0.41 0.61
Hex B4 73 C4 8 29 0 17 120 29 3D
Octal 264 163 304 10 51 0 27 440 51 75
Binary 10110100 1110011 11000100 1000 101001 0 10111 100100000 101001 111101

Color Harmonies of #B473C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B473C4

Black with #B473C4

Text Example


Text Example

White with #B473C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B473C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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