Html Css Color HEX #B92279 Medium Red Violet

📋 copy color: '#B92279'

red 185 ◦ green 34 ◦ blue 121

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

Shades of Medium Red Violet #B92279

Tints of Medium Red Violet #B92279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.59%

R = 54.41%
G = 10%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B92279 (or 0xB92279) is known color: Medium Red Violet. HEX triplet: B9, 22 and 79. RGB value is (185,34,121). Sum of RGB (Red+Green+Blue) = 185+34+121=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B92279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92279 is #46DD86. Grayscale: #585858. Windows color (decimal): -4644231 or 7938745. OLE color: 7938745.

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

Color convert

RGB 185 34 121 -
CMYK 0 0.82 0.35 0.27
HSL 325.43º 0.69% 0.43% -
HSV(B) 325.43º 0.82% 0.73% -
XYZ 24.03 12.84 19.3 -
YUV 89.07 146.03 196.43 -
System Red Green Blue C M Y K H S L
Decimal 185 34 121 0 0.82 0.35 0.27 325.43 0.69 0.43
Hex B9 22 79 0 52 23 1B 145 45 2B
Octal 271 42 171 0 122 43 33 505 105 53
Binary 10111001 100010 1111001 0 1010010 100011 11011 101000101 1000101 101011

Color Harmonies of #B92279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92279

Black with #B92279

Text Example


Text Example

White with #B92279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92279; }

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

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

background-color css

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

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

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

border-color css

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

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

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