Html Css Color HEX #B70B9E Medium Violet Red

📋 copy color: '#B70B9E'

red 183 ◦ green 11 ◦ blue 158

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

Shades of Medium Violet Red #B70B9E

Tints of Medium Violet Red #B70B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.89%

R = 51.99%
G = 3.13%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B70B9E (or 0xB70B9E) is known color: Medium Violet Red. HEX triplet: B7, 0B and 9E. RGB value is (183,11,158). Sum of RGB (Red+Green+Blue) = 183+11+158=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70B9E is #48F461. Grayscale: #4E4E4E. Windows color (decimal): -4781154 or 10357687. OLE color: 10357687.

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

Color convert

RGB 183 11 158 -
CMYK 0 0.94 0.14 0.28
HSL 308.72º 0.89% 0.38% -
HSV(B) 308.72º 0.94% 0.72% -
XYZ 25.82 12.78 33.45 -
YUV 79.19 172.48 202.05 -
System Red Green Blue C M Y K H S L
Decimal 183 11 158 0 0.94 0.14 0.28 308.72 0.89 0.38
Hex B7 B 9E 0 5E E 1C 135 59 26
Octal 267 13 236 0 136 16 34 465 131 46
Binary 10110111 1011 10011110 0 1011110 1110 11100 100110101 1011001 100110

Color Harmonies of #B70B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70B9E

Black with #B70B9E

Text Example


Text Example

White with #B70B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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