Html Css Color HEX #B92972 Medium Red Violet

📋 copy color: '#B92972'

red 185 ◦ green 41 ◦ blue 114

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

Shades of Medium Red Violet #B92972

Tints of Medium Red Violet #B92972

RGB

 RED value IS 185 (72.66% from 255) = 54.41%

 GREEN value IS 41 (16.41% from 255) = 12.06%

 BLUE value IS 114 (44.92% from 255) = 33.53%

R = 54.41%
G = 12.06%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B92972 (or 0xB92972) is known color: Medium Red Violet. HEX triplet: B9, 29 and 72. RGB value is (185,41,114). Sum of RGB (Red+Green+Blue) = 185+41+114=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B92972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92972 is #46D68D. Grayscale: #5C5C5C. Windows color (decimal): -4642446 or 7481785. OLE color: 7481785.

HSL color Cylindrical-coordinate representation of color #B92972: hue angle of 329.58º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92972 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 41 114 -
CMYK 0 0.78 0.38 0.27
HSL 329.58º 0.64% 0.44% -
HSV(B) 329.58º 0.78% 0.73% -
XYZ 23.84 13.12 17.19 -
YUV 92.38 140.21 194.06 -
System Red Green Blue C M Y K H S L
Decimal 185 41 114 0 0.78 0.38 0.27 329.58 0.64 0.44
Hex B9 29 72 0 4E 26 1B 14A 40 2C
Octal 271 51 162 0 116 46 33 512 100 54
Binary 10111001 101001 1110010 0 1001110 100110 11011 101001010 1000000 101100

Color Harmonies of #B92972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92972

Black with #B92972

Text Example


Text Example

White with #B92972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92972; }

 p { color: rgb(185,41,114); }

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

background-color css

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

 a { background-color: rgb(185,41,114); }

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

border-color css

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

 span { border-color: rgb(185,41,114); }

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