Html Css Color HEX #B00B7A Medium Violet Red

📋 copy color: '#B00B7A'

red 176 ◦ green 11 ◦ blue 122

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

Shades of Medium Violet Red #B00B7A

Tints of Medium Violet Red #B00B7A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.56%

 BLUE value IS 122 (48.05% from 255) = 39.48%

R = 56.96%
G = 3.56%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B00B7A (or 0xB00B7A) is known color: Medium Violet Red. HEX triplet: B0, 0B and 7A. RGB value is (176,11,122). Sum of RGB (Red+Green+Blue) = 176+11+122=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00B7A is #4FF485. Grayscale: #484848. Windows color (decimal): -5239942 or 7998384. OLE color: 7998384.

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

Color convert

RGB 176 11 122 -
CMYK 0 0.94 0.31 0.31
HSL 319.64º 0.88% 0.37% -
HSV(B) 319.64º 0.94% 0.69% -
XYZ 21.54 10.87 19.38 -
YUV 72.99 155.66 201.47 -
System Red Green Blue C M Y K H S L
Decimal 176 11 122 0 0.94 0.31 0.31 319.64 0.88 0.37
Hex B0 B 7A 0 5E 1F 1F 140 58 25
Octal 260 13 172 0 136 37 37 500 130 45
Binary 10110000 1011 1111010 0 1011110 11111 11111 101000000 1011000 100101

Color Harmonies of #B00B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00B7A

Black with #B00B7A

Text Example


Text Example

White with #B00B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00B7A; }

 p { color: rgb(176,11,122); }

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

background-color css

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

 a { background-color: rgb(176,11,122); }

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

border-color css

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

 span { border-color: rgb(176,11,122); }

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