Html Css Color HEX #B00A88 Medium Violet Red

📋 copy color: '#B00A88'

red 176 ◦ green 10 ◦ blue 136

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

Shades of Medium Violet Red #B00A88

Tints of Medium Violet Red #B00A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.24%

R = 54.66%
G = 3.11%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B00A88 (or 0xB00A88) is known color: Medium Violet Red. HEX triplet: B0, 0A and 88. RGB value is (176,10,136). Sum of RGB (Red+Green+Blue) = 176+10+136=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B00A88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00A88 is #4FF577. Grayscale: #494949. Windows color (decimal): -5240184 or 8915632. OLE color: 8915632.

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

Color convert

RGB 176 10 136 -
CMYK 0 0.94 0.23 0.31
HSL 314.46º 0.89% 0.36% -
HSV(B) 314.46º 0.94% 0.69% -
XYZ 22.46 11.22 24.28 -
YUV 74 163 200.75 -
System Red Green Blue C M Y K H S L
Decimal 176 10 136 0 0.94 0.23 0.31 314.46 0.89 0.36
Hex B0 A 88 0 5E 17 1F 13A 59 24
Octal 260 12 210 0 136 27 37 472 131 44
Binary 10110000 1010 10001000 0 1011110 10111 11111 100111010 1011001 100100

Color Harmonies of #B00A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00A88

Black with #B00A88

Text Example


Text Example

White with #B00A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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