Html Css Color HEX #B92274 Medium Red Violet

📋 copy color: '#B92274'

red 185 ◦ green 34 ◦ blue 116

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

Shades of Medium Red Violet #B92274

Tints of Medium Red Violet #B92274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.63%

R = 55.22%
G = 10.15%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B92274 (or 0xB92274) is known color: Medium Red Violet. HEX triplet: B9, 22 and 74. RGB value is (185,34,116). Sum of RGB (Red+Green+Blue) = 185+34+116=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B92274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92274 is #46DD8B. Grayscale: #585858. Windows color (decimal): -4644236 or 7611065. OLE color: 7611065.

HSL color Cylindrical-coordinate representation of color #B92274: hue angle of 327.42º 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 #B92274 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 34 116 -
CMYK 0 0.82 0.37 0.27
HSL 327.42º 0.69% 0.43% -
HSV(B) 327.42º 0.82% 0.73% -
XYZ 23.73 12.72 17.73 -
YUV 88.5 143.53 196.83 -
System Red Green Blue C M Y K H S L
Decimal 185 34 116 0 0.82 0.37 0.27 327.42 0.69 0.43
Hex B9 22 74 0 52 25 1B 147 45 2B
Octal 271 42 164 0 122 45 33 507 105 53
Binary 10111001 100010 1110100 0 1010010 100101 11011 101000111 1000101 101011

Color Harmonies of #B92274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92274

Black with #B92274

Text Example


Text Example

White with #B92274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92274; }

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

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

background-color css

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

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

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

border-color css

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

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

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