Html Css Color HEX #B471AE Violet Blue

📋 copy color: '#B471AE'

red 180 ◦ green 113 ◦ blue 174

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

Shades of Violet Blue #B471AE

Tints of Violet Blue #B471AE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.2%

 BLUE value IS 174 (68.36% from 255) = 37.26%

R = 38.54%
G = 24.2%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B471AE (or 0xB471AE) is known color: Violet Blue. HEX triplet: B4, 71 and AE. RGB value is (180,113,174). Sum of RGB (Red+Green+Blue) = 180+113+174=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B471AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B471AE is #4B8E51. Grayscale: #8B8B8B. Windows color (decimal): -4951634 or 11432372. OLE color: 11432372.

HSL color Cylindrical-coordinate representation of color #B471AE: hue angle of 305.37º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B471AE is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 113 174 -
CMYK 0 0.37 0.03 0.29
HSL 305.37º 0.31% 0.57% -
HSV(B) 305.37º 0.37% 0.71% -
XYZ 32.37 24.57 43.08 -
YUV 139.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 180 113 174 0 0.37 0.03 0.29 305.37 0.31 0.57
Hex B4 71 AE 0 25 3 1D 131 1F 39
Octal 264 161 256 0 45 3 35 461 37 71
Binary 10110100 1110001 10101110 0 100101 11 11101 100110001 11111 111001

Color Harmonies of #B471AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B471AE

Black with #B471AE

Text Example


Text Example

White with #B471AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B471AE; }

 p { color: rgb(180,113,174); }

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

background-color css

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

 a { background-color: rgb(180,113,174); }

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

border-color css

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

 span { border-color: rgb(180,113,174); }

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