Html Css Color HEX #B00779 Medium Violet Red

📋 copy color: '#B00779'

red 176 ◦ green 7 ◦ blue 121

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

Shades of Medium Violet Red #B00779

Tints of Medium Violet Red #B00779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.8%

R = 57.89%
G = 2.3%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B00779 (or 0xB00779) is known color: Medium Violet Red. HEX triplet: B0, 07 and 79. RGB value is (176,7,121). Sum of RGB (Red+Green+Blue) = 176+7+121=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B00779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00779 is #4FF886. Grayscale: #464646. Windows color (decimal): -5240967 or 7931824. OLE color: 7931824.

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

Color convert

RGB 176 7 121 -
CMYK 0 0.96 0.31 0.31
HSL 319.53º 0.92% 0.36% -
HSV(B) 319.53º 0.96% 0.69% -
XYZ 21.43 10.76 19.04 -
YUV 70.53 156.49 203.23 -
System Red Green Blue C M Y K H S L
Decimal 176 7 121 0 0.96 0.31 0.31 319.53 0.92 0.36
Hex B0 7 79 0 60 1F 1F 140 5C 24
Octal 260 7 171 0 140 37 37 500 134 44
Binary 10110000 111 1111001 0 1100000 11111 11111 101000000 1011100 100100

Color Harmonies of #B00779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00779

Black with #B00779

Text Example


Text Example

White with #B00779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00779; }

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

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

background-color css

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

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

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

border-color css

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

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

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