Html Css Color HEX #B00598 Medium Violet Red

📋 copy color: '#B00598'

red 176 ◦ green 5 ◦ blue 152

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

Shades of Medium Violet Red #B00598

Tints of Medium Violet Red #B00598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.5%

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

R = 52.85%
G = 1.5%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B00598 (or 0xB00598) is known color: Medium Violet Red. HEX triplet: B0, 05 and 98. RGB value is (176,5,152). Sum of RGB (Red+Green+Blue) = 176+5+152=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B00598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00598 is #4FFA67. Grayscale: #484848. Windows color (decimal): -5241448 or 9962928. OLE color: 9962928.

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

Color convert

RGB 176 5 152 -
CMYK 0 0.97 0.14 0.31
HSL 308.42º 0.94% 0.35% -
HSV(B) 308.42º 0.97% 0.69% -
XYZ 23.63 11.61 30.7 -
YUV 72.89 172.65 201.55 -
System Red Green Blue C M Y K H S L
Decimal 176 5 152 0 0.97 0.14 0.31 308.42 0.94 0.35
Hex B0 5 98 0 61 E 1F 134 5E 23
Octal 260 5 230 0 141 16 37 464 136 43
Binary 10110000 101 10011000 0 1100001 1110 11111 100110100 1011110 100011

Color Harmonies of #B00598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00598

Black with #B00598

Text Example


Text Example

White with #B00598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00598; }

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

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

background-color css

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

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

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

border-color css

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

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

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