Html Css Color HEX #B040A1 Violet Blue

📋 copy color: '#B040A1'

red 176 ◦ green 64 ◦ blue 161

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

Shades of Violet Blue #B040A1

Tints of Violet Blue #B040A1

RGB

 RED value IS 176 (69.14% from 255) = 43.89%

 GREEN value IS 64 (25.39% from 255) = 15.96%

 BLUE value IS 161 (63.28% from 255) = 40.15%

R = 43.89%
G = 15.96%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B040A1 (or 0xB040A1) is known color: Violet Blue. HEX triplet: B0, 40 and A1. RGB value is (176,64,161). Sum of RGB (Red+Green+Blue) = 176+64+161=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B040A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B040A1 is #4FBF5E. Grayscale: #6C6C6C. Windows color (decimal): -5226335 or 10567856. OLE color: 10567856.

HSL color Cylindrical-coordinate representation of color #B040A1: hue angle of 308.04º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B040A1 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 64 161 -
CMYK 0 0.64 0.09 0.31
HSL 308.04º 0.47% 0.47% -
HSV(B) 308.04º 0.64% 0.69% -
XYZ 26.17 15.47 35.32 -
YUV 108.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 176 64 161 0 0.64 0.09 0.31 308.04 0.47 0.47
Hex B0 40 A1 0 40 9 1F 134 2F 2F
Octal 260 100 241 0 100 11 37 464 57 57
Binary 10110000 1000000 10100001 0 1000000 1001 11111 100110100 101111 101111

Color Harmonies of #B040A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040A1

Black with #B040A1

Text Example


Text Example

White with #B040A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040A1; }

 p { color: rgb(176,64,161); }

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

background-color css

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

 a { background-color: rgb(176,64,161); }

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

border-color css

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

 span { border-color: rgb(176,64,161); }

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