Html Css Color HEX #B70699 Medium Violet Red

📋 copy color: '#B70699'

red 183 ◦ green 6 ◦ blue 153

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

Shades of Medium Violet Red #B70699

Tints of Medium Violet Red #B70699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.75%

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

R = 53.51%
G = 1.75%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B70699 (or 0xB70699) is known color: Medium Violet Red. HEX triplet: B7, 06 and 99. RGB value is (183,6,153). Sum of RGB (Red+Green+Blue) = 183+6+153=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B70699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70699 is #48F966. Grayscale: #4B4B4B. Windows color (decimal): -4782439 or 10028727. OLE color: 10028727.

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

Color convert

RGB 183 6 153 -
CMYK 0 0.97 0.16 0.28
HSL 310.17º 0.94% 0.37% -
HSV(B) 310.17º 0.97% 0.72% -
XYZ 25.34 12.5 31.21 -
YUV 75.68 171.64 204.55 -
System Red Green Blue C M Y K H S L
Decimal 183 6 153 0 0.97 0.16 0.28 310.17 0.94 0.37
Hex B7 6 99 0 61 10 1C 136 5E 25
Octal 267 6 231 0 141 20 34 466 136 45
Binary 10110111 110 10011001 0 1100001 10000 11100 100110110 1011110 100101

Color Harmonies of #B70699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70699

Black with #B70699

Text Example


Text Example

White with #B70699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70699; }

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

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

background-color css

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

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

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

border-color css

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

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

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