Html Css Color HEX #B70B89 Medium Violet Red

📋 copy color: '#B70B89'

red 183 ◦ green 11 ◦ blue 137

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

Shades of Medium Violet Red #B70B89

Tints of Medium Violet Red #B70B89

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.32%

 BLUE value IS 137 (53.91% from 255) = 41.39%

R = 55.29%
G = 3.32%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B70B89 (or 0xB70B89) is known color: Medium Violet Red. HEX triplet: B7, 0B and 89. RGB value is (183,11,137). Sum of RGB (Red+Green+Blue) = 183+11+137=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70B89 is #48F476. Grayscale: #4C4C4C. Windows color (decimal): -4781175 or 8981431. OLE color: 8981431.

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

Color convert

RGB 183 11 137 -
CMYK 0 0.94 0.25 0.28
HSL 316.05º 0.89% 0.38% -
HSV(B) 316.05º 0.94% 0.72% -
XYZ 24.16 12.11 24.73 -
YUV 76.79 161.98 203.75 -
System Red Green Blue C M Y K H S L
Decimal 183 11 137 0 0.94 0.25 0.28 316.05 0.89 0.38
Hex B7 B 89 0 5E 19 1C 13C 59 26
Octal 267 13 211 0 136 31 34 474 131 46
Binary 10110111 1011 10001001 0 1011110 11001 11100 100111100 1011001 100110

Color Harmonies of #B70B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70B89

Black with #B70B89

Text Example


Text Example

White with #B70B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70B89; }

 p { color: rgb(183,11,137); }

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

background-color css

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

 a { background-color: rgb(183,11,137); }

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

border-color css

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

 span { border-color: rgb(183,11,137); }

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