Html Css Color HEX #B61575 Medium Violet Red

📋 copy color: '#B61575'

red 182 ◦ green 21 ◦ blue 117

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

Shades of Medium Violet Red #B61575

Tints of Medium Violet Red #B61575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.56%

 BLUE value IS 117 (46.09% from 255) = 36.56%

R = 56.88%
G = 6.56%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B61575 (or 0xB61575) is known color: Medium Violet Red. HEX triplet: B6, 15 and 75. RGB value is (182,21,117). Sum of RGB (Red+Green+Blue) = 182+21+117=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B61575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61575 is #49EA8A. Grayscale: #4F4F4F. Windows color (decimal): -4844171 or 7673270. OLE color: 7673270.

HSL color Cylindrical-coordinate representation of color #B61575: hue angle of 324.22º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B61575 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 21 117 -
CMYK 0 0.88 0.36 0.29
HSL 324.22º 0.79% 0.4% -
HSV(B) 324.22º 0.88% 0.71% -
XYZ 22.77 11.77 17.9 -
YUV 80.08 148.84 200.69 -
System Red Green Blue C M Y K H S L
Decimal 182 21 117 0 0.88 0.36 0.29 324.22 0.79 0.4
Hex B6 15 75 0 58 24 1D 144 4F 28
Octal 266 25 165 0 130 44 35 504 117 50
Binary 10110110 10101 1110101 0 1011000 100100 11101 101000100 1001111 101000

Color Harmonies of #B61575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61575

Black with #B61575

Text Example


Text Example

White with #B61575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61575; }

 p { color: rgb(182,21,117); }

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

background-color css

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

 a { background-color: rgb(182,21,117); }

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

border-color css

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

 span { border-color: rgb(182,21,117); }

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