Html Css Color HEX #B00A8A Medium Violet Red

📋 copy color: '#B00A8A'

red 176 ◦ green 10 ◦ blue 138

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

Shades of Medium Violet Red #B00A8A

Tints of Medium Violet Red #B00A8A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.09%

 BLUE value IS 138 (54.3% from 255) = 42.59%

R = 54.32%
G = 3.09%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B00A8A (or 0xB00A8A) is known color: Medium Violet Red. HEX triplet: B0, 0A and 8A. RGB value is (176,10,138). Sum of RGB (Red+Green+Blue) = 176+10+138=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B00A8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00A8A is #4FF575. Grayscale: #494949. Windows color (decimal): -5240182 or 9046704. OLE color: 9046704.

HSL color Cylindrical-coordinate representation of color #B00A8A: hue angle of 313.73º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00A8A is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 10 138 -
CMYK 0 0.94 0.22 0.31
HSL 313.73º 0.89% 0.36% -
HSV(B) 313.73º 0.94% 0.69% -
XYZ 22.6 11.28 25.03 -
YUV 74.23 164 200.59 -
System Red Green Blue C M Y K H S L
Decimal 176 10 138 0 0.94 0.22 0.31 313.73 0.89 0.36
Hex B0 A 8A 0 5E 16 1F 13A 59 24
Octal 260 12 212 0 136 26 37 472 131 44
Binary 10110000 1010 10001010 0 1011110 10110 11111 100111010 1011001 100100

Color Harmonies of #B00A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00A8A

Black with #B00A8A

Text Example


Text Example

White with #B00A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00A8A; }

 p { color: rgb(176,10,138); }

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

background-color css

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

 a { background-color: rgb(176,10,138); }

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

border-color css

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

 span { border-color: rgb(176,10,138); }

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