Html Css Color HEX #B92272 Medium Red Violet

📋 copy color: '#B92272'

red 185 ◦ green 34 ◦ blue 114

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

Shades of Medium Red Violet #B92272

Tints of Medium Red Violet #B92272

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.21%

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

R = 55.56%
G = 10.21%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B92272 (or 0xB92272) is known color: Medium Red Violet. HEX triplet: B9, 22 and 72. RGB value is (185,34,114). Sum of RGB (Red+Green+Blue) = 185+34+114=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B92272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92272 is #46DD8D. Grayscale: #585858. Windows color (decimal): -4644238 or 7479993. OLE color: 7479993.

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

Color convert

RGB 185 34 114 -
CMYK 0 0.82 0.38 0.27
HSL 328.21º 0.69% 0.43% -
HSV(B) 328.21º 0.82% 0.73% -
XYZ 23.62 12.67 17.12 -
YUV 88.27 142.53 197 -
System Red Green Blue C M Y K H S L
Decimal 185 34 114 0 0.82 0.38 0.27 328.21 0.69 0.43
Hex B9 22 72 0 52 26 1B 148 45 2B
Octal 271 42 162 0 122 46 33 510 105 53
Binary 10111001 100010 1110010 0 1010010 100110 11011 101001000 1000101 101011

Color Harmonies of #B92272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92272

Black with #B92272

Text Example


Text Example

White with #B92272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92272; }

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

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

background-color css

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

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

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

border-color css

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

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

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