Html Css Color HEX #B473B0 Violet Blue

📋 copy color: '#B473B0'

red 180 ◦ green 115 ◦ blue 176

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

Shades of Violet Blue #B473B0

Tints of Violet Blue #B473B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.37%

R = 38.22%
G = 24.42%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B473B0 (or 0xB473B0) is known color: Violet Blue. HEX triplet: B4, 73 and B0. RGB value is (180,115,176). Sum of RGB (Red+Green+Blue) = 180+115+176=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B473B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B473B0 is #4B8C4F. Grayscale: #8D8D8D. Windows color (decimal): -4951120 or 11563956. OLE color: 11563956.

HSL color Cylindrical-coordinate representation of color #B473B0: hue angle of 303.69º 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 #B473B0 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 115 176 -
CMYK 0 0.36 0.02 0.29
HSL 303.69º 0.3% 0.58% -
HSV(B) 303.69º 0.36% 0.71% -
XYZ 32.79 25.1 44.19 -
YUV 141.39 147.53 155.54 -
System Red Green Blue C M Y K H S L
Decimal 180 115 176 0 0.36 0.02 0.29 303.69 0.3 0.58
Hex B4 73 B0 0 24 2 1D 130 1E 3A
Octal 264 163 260 0 44 2 35 460 36 72
Binary 10110100 1110011 10110000 0 100100 10 11101 100110000 11110 111010

Color Harmonies of #B473B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B473B0

Black with #B473B0

Text Example


Text Example

White with #B473B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B473B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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