Html Css Color HEX #B70A8B Medium Violet Red

📋 copy color: '#B70A8B'

red 183 ◦ green 10 ◦ blue 139

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

Shades of Medium Violet Red #B70A8B

Tints of Medium Violet Red #B70A8B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.01%

 BLUE value IS 139 (54.69% from 255) = 41.87%

R = 55.12%
G = 3.01%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B70A8B (or 0xB70A8B) is known color: Medium Violet Red. HEX triplet: B7, 0A and 8B. RGB value is (183,10,139). Sum of RGB (Red+Green+Blue) = 183+10+139=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70A8B is #48F574. Grayscale: #4C4C4C. Windows color (decimal): -4781429 or 9112247. OLE color: 9112247.

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

Color convert

RGB 183 10 139 -
CMYK 0 0.95 0.24 0.28
HSL 315.26º 0.9% 0.38% -
HSV(B) 315.26º 0.95% 0.72% -
XYZ 24.3 12.15 25.49 -
YUV 76.43 163.31 204.01 -
System Red Green Blue C M Y K H S L
Decimal 183 10 139 0 0.95 0.24 0.28 315.26 0.9 0.38
Hex B7 A 8B 0 5F 18 1C 13B 5A 26
Octal 267 12 213 0 137 30 34 473 132 46
Binary 10110111 1010 10001011 0 1011111 11000 11100 100111011 1011010 100110

Color Harmonies of #B70A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70A8B

Black with #B70A8B

Text Example


Text Example

White with #B70A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70A8B; }

 p { color: rgb(183,10,139); }

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

background-color css

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

 a { background-color: rgb(183,10,139); }

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

border-color css

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

 span { border-color: rgb(183,10,139); }

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