Html Css Color HEX #B70299 Medium Violet Red

📋 copy color: '#B70299'

red 183 ◦ green 2 ◦ blue 153

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

Shades of Medium Violet Red #B70299

Tints of Medium Violet Red #B70299

RGB

 RED value IS 183 (71.88% from 255) = 54.14%

 GREEN value IS 2 (1.17% from 255) = 0.59%

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

R = 54.14%
G = 0.59%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B70299 (or 0xB70299) is known color: Medium Violet Red. HEX triplet: B7, 02 and 99. RGB value is (183,2,153). Sum of RGB (Red+Green+Blue) = 183+2+153=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B70299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70299 is #48FD66. Grayscale: #484848. Windows color (decimal): -4783463 or 10027703. OLE color: 10027703.

HSL color Cylindrical-coordinate representation of color #B70299: hue angle of 309.94º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70299 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 2 153 -
CMYK 0 0.99 0.16 0.28
HSL 309.94º 0.98% 0.36% -
HSV(B) 309.94º 0.99% 0.72% -
XYZ 25.3 12.41 31.2 -
YUV 73.33 172.97 206.22 -
System Red Green Blue C M Y K H S L
Decimal 183 2 153 0 0.99 0.16 0.28 309.94 0.98 0.36
Hex B7 2 99 0 63 10 1C 136 62 24
Octal 267 2 231 0 143 20 34 466 142 44
Binary 10110111 10 10011001 0 1100011 10000 11100 100110110 1100010 100100

Color Harmonies of #B70299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70299

Black with #B70299

Text Example


Text Example

White with #B70299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70299; }

 p { color: rgb(183,2,153); }

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

background-color css

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

 a { background-color: rgb(183,2,153); }

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

border-color css

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

 span { border-color: rgb(183,2,153); }

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