Html Css Color HEX #B040A7 Violet Blue

📋 copy color: '#B040A7'

red 176 ◦ green 64 ◦ blue 167

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

Shades of Violet Blue #B040A7

Tints of Violet Blue #B040A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.03%

R = 43.24%
G = 15.72%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B040A7 (or 0xB040A7) is known color: Violet Blue. HEX triplet: B0, 40 and A7. RGB value is (176,64,167). Sum of RGB (Red+Green+Blue) = 176+64+167=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 167 (65.62% from 255 or 41.03% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B040A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B040A7 is #4FBF58. Grayscale: #6C6C6C. Windows color (decimal): -5226329 or 10961072. OLE color: 10961072.

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

Color convert

RGB 176 64 167 -
CMYK 0 0.64 0.05 0.31
HSL 304.82º 0.47% 0.47% -
HSV(B) 304.82º 0.64% 0.69% -
XYZ 26.71 15.69 38.18 -
YUV 109.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 176 64 167 0 0.64 0.05 0.31 304.82 0.47 0.47
Hex B0 40 A7 0 40 5 1F 131 2F 2F
Octal 260 100 247 0 100 5 37 461 57 57
Binary 10110000 1000000 10100111 0 1000000 101 11111 100110001 101111 101111

Color Harmonies of #B040A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040A7

Black with #B040A7

Text Example


Text Example

White with #B040A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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