Html Css Color HEX #B70988 Medium Violet Red

📋 copy color: '#B70988'

red 183 ◦ green 9 ◦ blue 136

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

Shades of Medium Violet Red #B70988

Tints of Medium Violet Red #B70988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.74%

 BLUE value IS 136 (53.52% from 255) = 41.46%

R = 55.79%
G = 2.74%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B70988 (or 0xB70988) is known color: Medium Violet Red. HEX triplet: B7, 09 and 88. RGB value is (183,9,136). Sum of RGB (Red+Green+Blue) = 183+9+136=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B70988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70988 is #48F677. Grayscale: #4B4B4B. Windows color (decimal): -4781688 or 8915383. OLE color: 8915383.

HSL color Cylindrical-coordinate representation of color #B70988: hue angle of 316.21º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70988 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 9 136 -
CMYK 0 0.95 0.26 0.28
HSL 316.21º 0.91% 0.38% -
HSV(B) 316.21º 0.95% 0.72% -
XYZ 24.07 12.04 24.35 -
YUV 75.5 162.15 204.67 -
System Red Green Blue C M Y K H S L
Decimal 183 9 136 0 0.95 0.26 0.28 316.21 0.91 0.38
Hex B7 9 88 0 5F 1A 1C 13C 5B 26
Octal 267 11 210 0 137 32 34 474 133 46
Binary 10110111 1001 10001000 0 1011111 11010 11100 100111100 1011011 100110

Color Harmonies of #B70988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70988

Black with #B70988

Text Example


Text Example

White with #B70988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70988; }

 p { color: rgb(183,9,136); }

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

background-color css

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

 a { background-color: rgb(183,9,136); }

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

border-color css

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

 span { border-color: rgb(183,9,136); }

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