Html Css Color HEX #B70698 Medium Violet Red

📋 copy color: '#B70698'

red 183 ◦ green 6 ◦ blue 152

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

Shades of Medium Violet Red #B70698

Tints of Medium Violet Red #B70698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.57%

R = 53.67%
G = 1.76%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B70698 (or 0xB70698) is known color: Medium Violet Red. HEX triplet: B7, 06 and 98. RGB value is (183,6,152). Sum of RGB (Red+Green+Blue) = 183+6+152=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B70698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70698 is #48F967. Grayscale: #4B4B4B. Windows color (decimal): -4782440 or 9963191. OLE color: 9963191.

HSL color Cylindrical-coordinate representation of color #B70698: hue angle of 310.51º 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 #B70698 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 6 152 -
CMYK 0 0.97 0.17 0.28
HSL 310.51º 0.94% 0.37% -
HSV(B) 310.51º 0.97% 0.72% -
XYZ 25.26 12.46 30.78 -
YUV 75.57 171.14 204.63 -
System Red Green Blue C M Y K H S L
Decimal 183 6 152 0 0.97 0.17 0.28 310.51 0.94 0.37
Hex B7 6 98 0 61 11 1C 137 5E 25
Octal 267 6 230 0 141 21 34 467 136 45
Binary 10110111 110 10011000 0 1100001 10001 11100 100110111 1011110 100101

Color Harmonies of #B70698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70698

Black with #B70698

Text Example


Text Example

White with #B70698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70698; }

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

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

background-color css

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

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

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

border-color css

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

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

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