Html Css Color HEX #B61F7D Medium Violet Red

📋 copy color: '#B61F7D'

red 182 ◦ green 31 ◦ blue 125

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

Shades of Medium Violet Red #B61F7D

Tints of Medium Violet Red #B61F7D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.17%

 BLUE value IS 125 (49.22% from 255) = 36.98%

R = 53.85%
G = 9.17%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B61F7D (or 0xB61F7D) is known color: Medium Violet Red. HEX triplet: B6, 1F and 7D. RGB value is (182,31,125). Sum of RGB (Red+Green+Blue) = 182+31+125=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B61F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61F7D is #49E082. Grayscale: #565656. Windows color (decimal): -4841603 or 8200118. OLE color: 8200118.

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

Color convert

RGB 182 31 125 -
CMYK 0 0.83 0.31 0.29
HSL 322.65º 0.71% 0.42% -
HSV(B) 322.65º 0.83% 0.71% -
XYZ 23.48 12.41 20.56 -
YUV 86.87 149.53 195.86 -
System Red Green Blue C M Y K H S L
Decimal 182 31 125 0 0.83 0.31 0.29 322.65 0.71 0.42
Hex B6 1F 7D 0 53 1F 1D 143 47 2A
Octal 266 37 175 0 123 37 35 503 107 52
Binary 10110110 11111 1111101 0 1010011 11111 11101 101000011 1000111 101010

Color Harmonies of #B61F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61F7D

Black with #B61F7D

Text Example


Text Example

White with #B61F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61F7D; }

 p { color: rgb(182,31,125); }

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

background-color css

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

 a { background-color: rgb(182,31,125); }

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

border-color css

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

 span { border-color: rgb(182,31,125); }

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