Html Css Color HEX #B00790 Medium Violet Red

📋 copy color: '#B00790'

red 176 ◦ green 7 ◦ blue 144

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

Shades of Medium Violet Red #B00790

Tints of Medium Violet Red #B00790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.04%

R = 53.82%
G = 2.14%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B00790 (or 0xB00790) is known color: Medium Violet Red. HEX triplet: B0, 07 and 90. RGB value is (176,7,144). Sum of RGB (Red+Green+Blue) = 176+7+144=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B00790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00790 is #4FF86F. Grayscale: #484848. Windows color (decimal): -5240944 or 9439152. OLE color: 9439152.

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

Color convert

RGB 176 7 144 -
CMYK 0 0.96 0.18 0.31
HSL 311.36º 0.92% 0.36% -
HSV(B) 311.36º 0.96% 0.69% -
XYZ 23.01 11.4 27.37 -
YUV 73.15 167.99 201.36 -
System Red Green Blue C M Y K H S L
Decimal 176 7 144 0 0.96 0.18 0.31 311.36 0.92 0.36
Hex B0 7 90 0 60 12 1F 137 5C 24
Octal 260 7 220 0 140 22 37 467 134 44
Binary 10110000 111 10010000 0 1100000 10010 11111 100110111 1011100 100100

Color Harmonies of #B00790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00790

Black with #B00790

Text Example


Text Example

White with #B00790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00790; }

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

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

background-color css

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

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

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

border-color css

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

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

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