Html Css Color HEX #B92995 Medium Red Violet

📋 copy color: '#B92995'

red 185 ◦ green 41 ◦ blue 149

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

Shades of Medium Red Violet #B92995

Tints of Medium Red Violet #B92995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.93%

 BLUE value IS 149 (58.59% from 255) = 39.73%

R = 49.33%
G = 10.93%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B92995 (or 0xB92995) is known color: Medium Red Violet. HEX triplet: B9, 29 and 95. RGB value is (185,41,149). Sum of RGB (Red+Green+Blue) = 185+41+149=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B92995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92995 is #46D66A. Grayscale: #606060. Windows color (decimal): -4642411 or 9775545. OLE color: 9775545.

HSL color Cylindrical-coordinate representation of color #B92995: hue angle of 315º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92995 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 41 149 -
CMYK 0 0.78 0.19 0.27
HSL 315º 0.64% 0.44% -
HSV(B) 315º 0.78% 0.73% -
XYZ 26.23 14.07 29.77 -
YUV 96.37 157.71 191.22 -
System Red Green Blue C M Y K H S L
Decimal 185 41 149 0 0.78 0.19 0.27 315 0.64 0.44
Hex B9 29 95 0 4E 13 1B 13B 40 2C
Octal 271 51 225 0 116 23 33 473 100 54
Binary 10111001 101001 10010101 0 1001110 10011 11011 100111011 1000000 101100

Color Harmonies of #B92995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92995

Black with #B92995

Text Example


Text Example

White with #B92995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92995; }

 p { color: rgb(185,41,149); }

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

background-color css

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

 a { background-color: rgb(185,41,149); }

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

border-color css

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

 span { border-color: rgb(185,41,149); }

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