Html Css Color HEX #B70DA3 Medium Violet Red

📋 copy color: '#B70DA3'

red 183 ◦ green 13 ◦ blue 163

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

Shades of Medium Violet Red #B70DA3

Tints of Medium Violet Red #B70DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 45.4%

R = 50.97%
G = 3.62%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B70DA3 (or 0xB70DA3) is known color: Medium Violet Red. HEX triplet: B7, 0D and A3. RGB value is (183,13,163). Sum of RGB (Red+Green+Blue) = 183+13+163=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B70DA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70DA3 is #48F25C. Grayscale: #505050. Windows color (decimal): -4780637 or 10685879. OLE color: 10685879.

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

Color convert

RGB 183 13 163 -
CMYK 0 0.93 0.11 0.28
HSL 307.06º 0.87% 0.38% -
HSV(B) 307.06º 0.93% 0.72% -
XYZ 26.28 13 35.77 -
YUV 80.93 174.32 200.8 -
System Red Green Blue C M Y K H S L
Decimal 183 13 163 0 0.93 0.11 0.28 307.06 0.87 0.38
Hex B7 D A3 0 5D B 1C 133 57 26
Octal 267 15 243 0 135 13 34 463 127 46
Binary 10110111 1101 10100011 0 1011101 1011 11100 100110011 1010111 100110

Color Harmonies of #B70DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70DA3

Black with #B70DA3

Text Example


Text Example

White with #B70DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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