Html Css Color HEX #B473AC Violet Blue

📋 copy color: '#B473AC'

red 180 ◦ green 115 ◦ blue 172

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

Shades of Violet Blue #B473AC

Tints of Violet Blue #B473AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 38.54%
G = 24.63%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B473AC (or 0xB473AC) is known color: Violet Blue. HEX triplet: B4, 73 and AC. RGB value is (180,115,172). Sum of RGB (Red+Green+Blue) = 180+115+172=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B473AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B473AC is #4B8C53. Grayscale: #8C8C8C. Windows color (decimal): -4951124 or 11301812. OLE color: 11301812.

HSL color Cylindrical-coordinate representation of color #B473AC: hue angle of 307.38º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B473AC is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 115 172 -
CMYK 0 0.36 0.04 0.29
HSL 307.38º 0.3% 0.58% -
HSV(B) 307.38º 0.36% 0.71% -
XYZ 32.4 24.94 42.14 -
YUV 140.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 180 115 172 0 0.36 0.04 0.29 307.38 0.3 0.58
Hex B4 73 AC 0 24 4 1D 133 1E 3A
Octal 264 163 254 0 44 4 35 463 36 72
Binary 10110100 1110011 10101100 0 100100 100 11101 100110011 11110 111010

Color Harmonies of #B473AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B473AC

Black with #B473AC

Text Example


Text Example

White with #B473AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B473AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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