Html Css Color HEX #B92575 Medium Red Violet

📋 copy color: '#B92575'

red 185 ◦ green 37 ◦ blue 117

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

Shades of Medium Red Violet #B92575

Tints of Medium Red Violet #B92575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.91%

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

R = 54.57%
G = 10.91%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B92575 (or 0xB92575) is known color: Medium Red Violet. HEX triplet: B9, 25 and 75. RGB value is (185,37,117). Sum of RGB (Red+Green+Blue) = 185+37+117=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B92575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92575 is #46DA8A. Grayscale: #5A5A5A. Windows color (decimal): -4643467 or 7677369. OLE color: 7677369.

HSL color Cylindrical-coordinate representation of color #B92575: hue angle of 327.57º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92575 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 37 117 -
CMYK 0 0.80 0.37 0.27
HSL 327.57º 0.67% 0.44% -
HSV(B) 327.57º 0.8% 0.73% -
XYZ 23.88 12.92 18.07 -
YUV 90.37 143.03 195.5 -
System Red Green Blue C M Y K H S L
Decimal 185 37 117 0 0.80 0.37 0.27 327.57 0.67 0.44
Hex B9 25 75 0 50 25 1B 148 43 2C
Octal 271 45 165 0 120 45 33 510 103 54
Binary 10111001 100101 1110101 0 1010000 100101 11011 101001000 1000011 101100

Color Harmonies of #B92575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92575

Black with #B92575

Text Example


Text Example

White with #B92575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92575; }

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

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

background-color css

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

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

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

border-color css

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

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

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