Html Css Color HEX #B70BA5 Medium Violet Red

📋 copy color: '#B70BA5'

red 183 ◦ green 11 ◦ blue 165

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

Shades of Medium Violet Red #B70BA5

Tints of Medium Violet Red #B70BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.96%

R = 50.97%
G = 3.06%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B70BA5 (or 0xB70BA5) is known color: Medium Violet Red. HEX triplet: B7, 0B and A5. RGB value is (183,11,165). Sum of RGB (Red+Green+Blue) = 183+11+165=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B70BA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70BA5 is #48F45A. Grayscale: #4F4F4F. Windows color (decimal): -4781147 or 10816439. OLE color: 10816439.

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

Color convert

RGB 183 11 165 -
CMYK 0 0.94 0.10 0.28
HSL 306.28º 0.89% 0.38% -
HSV(B) 306.28º 0.94% 0.72% -
XYZ 26.44 13.02 36.72 -
YUV 79.98 175.98 201.48 -
System Red Green Blue C M Y K H S L
Decimal 183 11 165 0 0.94 0.10 0.28 306.28 0.89 0.38
Hex B7 B A5 0 5E A 1C 132 59 26
Octal 267 13 245 0 136 12 34 462 131 46
Binary 10110111 1011 10100101 0 1011110 1010 11100 100110010 1011001 100110

Color Harmonies of #B70BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70BA5

Black with #B70BA5

Text Example


Text Example

White with #B70BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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