Html Css Color HEX #B040A0 Violet Blue

📋 copy color: '#B040A0'

red 176 ◦ green 64 ◦ blue 160

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

Shades of Violet Blue #B040A0

Tints of Violet Blue #B040A0

RGB

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

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

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

R = 44%
G = 16%
B = 40%

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

#B040A0 (or 0xB040A0) is known color: Violet Blue. HEX triplet: B0, 40 and A0. RGB value is (176,64,160). Sum of RGB (Red+Green+Blue) = 176+64+160=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B040A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B040A0 is #4FBF5F. Grayscale: #6C6C6C. Windows color (decimal): -5226336 or 10502320. OLE color: 10502320.

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

Color convert

RGB 176 64 160 -
CMYK 0 0.64 0.09 0.31
HSL 308.57º 0.47% 0.47% -
HSV(B) 308.57º 0.64% 0.69% -
XYZ 26.08 15.43 34.86 -
YUV 108.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 176 64 160 0 0.64 0.09 0.31 308.57 0.47 0.47
Hex B0 40 A0 0 40 9 1F 135 2F 2F
Octal 260 100 240 0 100 11 37 465 57 57
Binary 10110000 1000000 10100000 0 1000000 1001 11111 100110101 101111 101111

Color Harmonies of #B040A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040A0

Black with #B040A0

Text Example


Text Example

White with #B040A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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