Html Css Color HEX #B92175 Medium Red Violet

📋 copy color: '#B92175'

red 185 ◦ green 33 ◦ blue 117

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

Shades of Medium Red Violet #B92175

Tints of Medium Red Violet #B92175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.85%

 BLUE value IS 117 (46.09% from 255) = 34.93%

R = 55.22%
G = 9.85%
B = 34.93%

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

#B92175 (or 0xB92175) is known color: Medium Red Violet. HEX triplet: B9, 21 and 75. RGB value is (185,33,117). Sum of RGB (Red+Green+Blue) = 185+33+117=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B92175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92175 is #46DE8A. Grayscale: #575757. Windows color (decimal): -4644491 or 7676345. OLE color: 7676345.

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

Color convert

RGB 185 33 117 -
CMYK 0 0.82 0.37 0.27
HSL 326.84º 0.7% 0.43% -
HSV(B) 326.84º 0.82% 0.73% -
XYZ 23.76 12.69 18.03 -
YUV 88.02 144.36 197.17 -
System Red Green Blue C M Y K H S L
Decimal 185 33 117 0 0.82 0.37 0.27 326.84 0.7 0.43
Hex B9 21 75 0 52 25 1B 147 46 2B
Octal 271 41 165 0 122 45 33 507 106 53
Binary 10111001 100001 1110101 0 1010010 100101 11011 101000111 1000110 101011

Color Harmonies of #B92175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92175

Black with #B92175

Text Example


Text Example

White with #B92175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92175; }

 p { color: rgb(185,33,117); }

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

background-color css

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

 a { background-color: rgb(185,33,117); }

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

border-color css

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

 span { border-color: rgb(185,33,117); }

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