Html Css Color HEX #B00A8B Medium Violet Red

📋 copy color: '#B00A8B'

red 176 ◦ green 10 ◦ blue 139

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

Shades of Medium Violet Red #B00A8B

Tints of Medium Violet Red #B00A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.77%

R = 54.15%
G = 3.08%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B00A8B (or 0xB00A8B) is known color: Medium Violet Red. HEX triplet: B0, 0A and 8B. RGB value is (176,10,139). Sum of RGB (Red+Green+Blue) = 176+10+139=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B00A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00A8B is #4FF574. Grayscale: #494949. Windows color (decimal): -5240181 or 9112240. OLE color: 9112240.

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

Color convert

RGB 176 10 139 -
CMYK 0 0.94 0.21 0.31
HSL 313.37º 0.89% 0.36% -
HSV(B) 313.37º 0.94% 0.69% -
XYZ 22.67 11.31 25.41 -
YUV 74.34 164.5 200.51 -
System Red Green Blue C M Y K H S L
Decimal 176 10 139 0 0.94 0.21 0.31 313.37 0.89 0.36
Hex B0 A 8B 0 5E 15 1F 139 59 24
Octal 260 12 213 0 136 25 37 471 131 44
Binary 10110000 1010 10001011 0 1011110 10101 11111 100111001 1011001 100100

Color Harmonies of #B00A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00A8B

Black with #B00A8B

Text Example


Text Example

White with #B00A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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