Html Css Color HEX #B040A2 Violet Blue

📋 copy color: '#B040A2'

red 176 ◦ green 64 ◦ blue 162

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

Shades of Violet Blue #B040A2

Tints of Violet Blue #B040A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.3%

R = 43.78%
G = 15.92%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B040A2 (or 0xB040A2) is known color: Violet Blue. HEX triplet: B0, 40 and A2. RGB value is (176,64,162). Sum of RGB (Red+Green+Blue) = 176+64+162=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B040A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B040A2 is #4FBF5D. Grayscale: #6C6C6C. Windows color (decimal): -5226334 or 10633392. OLE color: 10633392.

HSL color Cylindrical-coordinate representation of color #B040A2: hue angle of 307.5º 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 #B040A2 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 64 162 -
CMYK 0 0.64 0.08 0.31
HSL 307.5º 0.47% 0.47% -
HSV(B) 307.5º 0.64% 0.69% -
XYZ 26.26 15.51 35.79 -
YUV 108.66 158.11 176.03 -
System Red Green Blue C M Y K H S L
Decimal 176 64 162 0 0.64 0.08 0.31 307.5 0.47 0.47
Hex B0 40 A2 0 40 8 1F 134 2F 2F
Octal 260 100 242 0 100 10 37 464 57 57
Binary 10110000 1000000 10100010 0 1000000 1000 11111 100110100 101111 101111

Color Harmonies of #B040A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040A2

Black with #B040A2

Text Example


Text Example

White with #B040A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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