Html Css Color HEX #B61E6F Medium Violet Red

📋 copy color: '#B61E6F'

red 182 ◦ green 30 ◦ blue 111

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

Shades of Medium Violet Red #B61E6F

Tints of Medium Violet Red #B61E6F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.29%

 BLUE value IS 111 (43.75% from 255) = 34.37%

R = 56.35%
G = 9.29%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B61E6F (or 0xB61E6F) is known color: Medium Violet Red. HEX triplet: B6, 1E and 6F. RGB value is (182,30,111). Sum of RGB (Red+Green+Blue) = 182+30+111=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61E6F is #49E190. Grayscale: #545454. Windows color (decimal): -4841873 or 7282358. OLE color: 7282358.

HSL color Cylindrical-coordinate representation of color #B61E6F: hue angle of 328.03º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61E6F is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 30 111 -
CMYK 0 0.84 0.39 0.29
HSL 328.03º 0.72% 0.42% -
HSV(B) 328.03º 0.84% 0.71% -
XYZ 22.62 12.02 16.17 -
YUV 84.68 142.86 197.41 -
System Red Green Blue C M Y K H S L
Decimal 182 30 111 0 0.84 0.39 0.29 328.03 0.72 0.42
Hex B6 1E 6F 0 54 27 1D 148 48 2A
Octal 266 36 157 0 124 47 35 510 110 52
Binary 10110110 11110 1101111 0 1010100 100111 11101 101001000 1001000 101010

Color Harmonies of #B61E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61E6F

Black with #B61E6F

Text Example


Text Example

White with #B61E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61E6F; }

 p { color: rgb(182,30,111); }

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

background-color css

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

 a { background-color: rgb(182,30,111); }

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

border-color css

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

 span { border-color: rgb(182,30,111); }

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