Html Css Color HEX #B00A98 Medium Violet Red

📋 copy color: '#B00A98'

red 176 ◦ green 10 ◦ blue 152

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

Shades of Medium Violet Red #B00A98

Tints of Medium Violet Red #B00A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.97%

R = 52.07%
G = 2.96%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B00A98 (or 0xB00A98) is known color: Medium Violet Red. HEX triplet: B0, 0A and 98. RGB value is (176,10,152). Sum of RGB (Red+Green+Blue) = 176+10+152=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B00A98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00A98 is #4FF567. Grayscale: #4B4B4B. Windows color (decimal): -5240168 or 9964208. OLE color: 9964208.

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

Color convert

RGB 176 10 152 -
CMYK 0 0.94 0.14 0.31
HSL 308.67º 0.89% 0.36% -
HSV(B) 308.67º 0.94% 0.69% -
XYZ 23.68 11.71 30.72 -
YUV 75.82 171 199.45 -
System Red Green Blue C M Y K H S L
Decimal 176 10 152 0 0.94 0.14 0.31 308.67 0.89 0.36
Hex B0 A 98 0 5E E 1F 135 59 24
Octal 260 12 230 0 136 16 37 465 131 44
Binary 10110000 1010 10011000 0 1011110 1110 11111 100110101 1011001 100100

Color Harmonies of #B00A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00A98

Black with #B00A98

Text Example


Text Example

White with #B00A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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