Html Css Color HEX #B61A70 Medium Violet Red

📋 copy color: '#B61A70'

red 182 ◦ green 26 ◦ blue 112

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

Shades of Medium Violet Red #B61A70

Tints of Medium Violet Red #B61A70

RGB

 RED value IS 182 (71.48% from 255) = 56.88%

 GREEN value IS 26 (10.55% from 255) = 8.13%

 BLUE value IS 112 (44.14% from 255) = 35%

R = 56.88%
G = 8.13%
B = 35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B61A70 (or 0xB61A70) is known color: Medium Violet Red. HEX triplet: B6, 1A and 70. RGB value is (182,26,112). Sum of RGB (Red+Green+Blue) = 182+26+112=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61A70 is #49E58F. Grayscale: #525252. Windows color (decimal): -4842896 or 7346870. OLE color: 7346870.

HSL color Cylindrical-coordinate representation of color #B61A70: hue angle of 326.92º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61A70 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 26 112 -
CMYK 0 0.86 0.38 0.29
HSL 326.92º 0.75% 0.41% -
HSV(B) 326.92º 0.86% 0.71% -
XYZ 22.59 11.85 16.43 -
YUV 82.45 144.68 199.01 -
System Red Green Blue C M Y K H S L
Decimal 182 26 112 0 0.86 0.38 0.29 326.92 0.75 0.41
Hex B6 1A 70 0 56 26 1D 147 4B 29
Octal 266 32 160 0 126 46 35 507 113 51
Binary 10110110 11010 1110000 0 1010110 100110 11101 101000111 1001011 101001

Color Harmonies of #B61A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61A70

Black with #B61A70

Text Example


Text Example

White with #B61A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61A70; }

 p { color: rgb(182,26,112); }

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

background-color css

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

 a { background-color: rgb(182,26,112); }

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

border-color css

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

 span { border-color: rgb(182,26,112); }

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