Html Css Color HEX #B61D7D Medium Violet Red

📋 copy color: '#B61D7D'

red 182 ◦ green 29 ◦ blue 125

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

Shades of Medium Violet Red #B61D7D

Tints of Medium Violet Red #B61D7D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.63%

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

R = 54.17%
G = 8.63%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B61D7D (or 0xB61D7D) is known color: Medium Violet Red. HEX triplet: B6, 1D and 7D. RGB value is (182,29,125). Sum of RGB (Red+Green+Blue) = 182+29+125=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B61D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61D7D is #49E282. Grayscale: #555555. Windows color (decimal): -4842115 or 8199606. OLE color: 8199606.

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

Color convert

RGB 182 29 125 -
CMYK 0 0.84 0.31 0.29
HSL 322.35º 0.73% 0.41% -
HSV(B) 322.35º 0.84% 0.71% -
XYZ 23.43 12.3 20.54 -
YUV 85.69 150.19 196.69 -
System Red Green Blue C M Y K H S L
Decimal 182 29 125 0 0.84 0.31 0.29 322.35 0.73 0.41
Hex B6 1D 7D 0 54 1F 1D 142 49 29
Octal 266 35 175 0 124 37 35 502 111 51
Binary 10110110 11101 1111101 0 1010100 11111 11101 101000010 1001001 101001

Color Harmonies of #B61D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61D7D

Black with #B61D7D

Text Example


Text Example

White with #B61D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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