Html Css Color HEX #B70DA1 Medium Violet Red

📋 copy color: '#B70DA1'

red 183 ◦ green 13 ◦ blue 161

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

Shades of Medium Violet Red #B70DA1

Tints of Medium Violet Red #B70DA1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.64%

 BLUE value IS 161 (63.28% from 255) = 45.1%

R = 51.26%
G = 3.64%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B70DA1 (or 0xB70DA1) is known color: Medium Violet Red. HEX triplet: B7, 0D and A1. RGB value is (183,13,161). Sum of RGB (Red+Green+Blue) = 183+13+161=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B70DA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70DA1 is #48F25E. Grayscale: #505050. Windows color (decimal): -4780639 or 10554807. OLE color: 10554807.

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

Color convert

RGB 183 13 161 -
CMYK 0 0.93 0.12 0.28
HSL 307.76º 0.87% 0.38% -
HSV(B) 307.76º 0.93% 0.72% -
XYZ 26.11 12.93 34.84 -
YUV 80.7 173.32 200.97 -
System Red Green Blue C M Y K H S L
Decimal 183 13 161 0 0.93 0.12 0.28 307.76 0.87 0.38
Hex B7 D A1 0 5D C 1C 134 57 26
Octal 267 15 241 0 135 14 34 464 127 46
Binary 10110111 1101 10100001 0 1011101 1100 11100 100110100 1010111 100110

Color Harmonies of #B70DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70DA1

Black with #B70DA1

Text Example


Text Example

White with #B70DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70DA1; }

 p { color: rgb(183,13,161); }

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

background-color css

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

 a { background-color: rgb(183,13,161); }

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

border-color css

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

 span { border-color: rgb(183,13,161); }

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