Html Css Color HEX #B00595 Medium Violet Red

📋 copy color: '#B00595'

red 176 ◦ green 5 ◦ blue 149

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

Shades of Medium Violet Red #B00595

Tints of Medium Violet Red #B00595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.15%

R = 53.33%
G = 1.52%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B00595 (or 0xB00595) is known color: Medium Violet Red. HEX triplet: B0, 05 and 95. RGB value is (176,5,149). Sum of RGB (Red+Green+Blue) = 176+5+149=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B00595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00595 is #4FFA6A. Grayscale: #484848. Windows color (decimal): -5241451 or 9766320. OLE color: 9766320.

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

Color convert

RGB 176 5 149 -
CMYK 0 0.97 0.15 0.31
HSL 309.47º 0.94% 0.35% -
HSV(B) 309.47º 0.97% 0.69% -
XYZ 23.38 11.51 29.42 -
YUV 72.55 171.15 201.79 -
System Red Green Blue C M Y K H S L
Decimal 176 5 149 0 0.97 0.15 0.31 309.47 0.94 0.35
Hex B0 5 95 0 61 F 1F 135 5E 23
Octal 260 5 225 0 141 17 37 465 136 43
Binary 10110000 101 10010101 0 1100001 1111 11111 100110101 1011110 100011

Color Harmonies of #B00595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00595

Black with #B00595

Text Example


Text Example

White with #B00595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00595; }

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

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

background-color css

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

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

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

border-color css

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

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

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