Html Css Color HEX #B00799 Medium Violet Red

📋 copy color: '#B00799'

red 176 ◦ green 7 ◦ blue 153

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

Shades of Medium Violet Red #B00799

Tints of Medium Violet Red #B00799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.08%

 BLUE value IS 153 (60.16% from 255) = 45.54%

R = 52.38%
G = 2.08%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B00799 (or 0xB00799) is known color: Medium Violet Red. HEX triplet: B0, 07 and 99. RGB value is (176,7,153). Sum of RGB (Red+Green+Blue) = 176+7+153=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B00799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00799 is #4FF866. Grayscale: #494949. Windows color (decimal): -5240935 or 10028976. OLE color: 10028976.

HSL color Cylindrical-coordinate representation of color #B00799: hue angle of 308.17º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B00799 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 7 153 -
CMYK 0 0.96 0.13 0.31
HSL 308.17º 0.92% 0.36% -
HSV(B) 308.17º 0.96% 0.69% -
XYZ 23.73 11.68 31.14 -
YUV 74.18 172.49 200.63 -
System Red Green Blue C M Y K H S L
Decimal 176 7 153 0 0.96 0.13 0.31 308.17 0.92 0.36
Hex B0 7 99 0 60 D 1F 134 5C 24
Octal 260 7 231 0 140 15 37 464 134 44
Binary 10110000 111 10011001 0 1100000 1101 11111 100110100 1011100 100100

Color Harmonies of #B00799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00799

Black with #B00799

Text Example


Text Example

White with #B00799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00799; }

 p { color: rgb(176,7,153); }

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

background-color css

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

 a { background-color: rgb(176,7,153); }

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

border-color css

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

 span { border-color: rgb(176,7,153); }

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