Html Css Color HEX #B041A0 Violet Blue

📋 copy color: '#B041A0'

red 176 ◦ green 65 ◦ blue 160

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

Shades of Violet Blue #B041A0

Tints of Violet Blue #B041A0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.21%

 BLUE value IS 160 (62.89% from 255) = 39.9%

R = 43.89%
G = 16.21%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B041A0 (or 0xB041A0) is known color: Violet Blue. HEX triplet: B0, 41 and A0. RGB value is (176,65,160). Sum of RGB (Red+Green+Blue) = 176+65+160=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B041A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B041A0 is #4FBE5F. Grayscale: #6C6C6C. Windows color (decimal): -5226080 or 10502576. OLE color: 10502576.

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

Color convert

RGB 176 65 160 -
CMYK 0 0.63 0.09 0.31
HSL 308.65º 0.46% 0.47% -
HSV(B) 308.65º 0.63% 0.69% -
XYZ 26.14 15.55 34.88 -
YUV 109.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 176 65 160 0 0.63 0.09 0.31 308.65 0.46 0.47
Hex B0 41 A0 0 3F 9 1F 135 2E 2F
Octal 260 101 240 0 77 11 37 465 56 57
Binary 10110000 1000001 10100000 0 111111 1001 11111 100110101 101110 101111

Color Harmonies of #B041A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B041A0

Black with #B041A0

Text Example


Text Example

White with #B041A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B041A0; }

 p { color: rgb(176,65,160); }

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

background-color css

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

 a { background-color: rgb(176,65,160); }

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

border-color css

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

 span { border-color: rgb(176,65,160); }

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