Html Css Color HEX #B70099 Medium Violet Red

📋 copy color: '#B70099'

red 183 ◦ green 0 ◦ blue 153

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

Shades of Medium Violet Red #B70099

Tints of Medium Violet Red #B70099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.46%
G = 0%
B = 45.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B70099 (or 0xB70099) is known color: Medium Violet Red. HEX triplet: B7, 00 and 99. RGB value is (183,0,153). Sum of RGB (Red+Green+Blue) = 183+0+153=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B70099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70099 is #48FF66. Grayscale: #474747. Windows color (decimal): -4783975 or 10027191. OLE color: 10027191.

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

Color convert

RGB 183 0 153 -
CMYK 0 1 0.16 0.28
HSL 309.84º 1% 0.36% -
HSV(B) 309.84º 1% 0.72% -
XYZ 25.28 12.37 31.19 -
YUV 72.16 173.63 207.06 -
System Red Green Blue C M Y K H S L
Decimal 183 0 153 0 1 0.16 0.28 309.84 1 0.36
Hex B7 0 99 0 64 10 1C 136 64 24
Octal 267 0 231 0 144 20 34 466 144 44
Binary 10110111 0 10011001 0 1100100 10000 11100 100110110 1100100 100100

Color Harmonies of #B70099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70099

Black with #B70099

Text Example


Text Example

White with #B70099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70099; }

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

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

background-color css

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

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

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

border-color css

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

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

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