Html Css Color HEX #B040A3 Violet Blue

📋 copy color: '#B040A3'

red 176 ◦ green 64 ◦ blue 163

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

Shades of Violet Blue #B040A3

Tints of Violet Blue #B040A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 40.45%

R = 43.67%
G = 15.88%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B040A3 (or 0xB040A3) is known color: Violet Blue. HEX triplet: B0, 40 and A3. RGB value is (176,64,163). Sum of RGB (Red+Green+Blue) = 176+64+163=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 163 (64.06% from 255 or 40.45% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B040A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B040A3 is #4FBF5C. Grayscale: #6C6C6C. Windows color (decimal): -5226333 or 10698928. OLE color: 10698928.

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

Color convert

RGB 176 64 163 -
CMYK 0 0.64 0.07 0.31
HSL 306.96º 0.47% 0.47% -
HSV(B) 306.96º 0.64% 0.69% -
XYZ 26.35 15.54 36.26 -
YUV 108.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 176 64 163 0 0.64 0.07 0.31 306.96 0.47 0.47
Hex B0 40 A3 0 40 7 1F 133 2F 2F
Octal 260 100 243 0 100 7 37 463 57 57
Binary 10110000 1000000 10100011 0 1000000 111 11111 100110011 101111 101111

Color Harmonies of #B040A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040A3

Black with #B040A3

Text Example


Text Example

White with #B040A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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