Html Css Color HEX #B92495 Medium Red Violet

📋 copy color: '#B92495'

red 185 ◦ green 36 ◦ blue 149

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

Shades of Medium Red Violet #B92495

Tints of Medium Red Violet #B92495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.73%

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

R = 50%
G = 9.73%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B92495 (or 0xB92495) is known color: Medium Red Violet. HEX triplet: B9, 24 and 95. RGB value is (185,36,149). Sum of RGB (Red+Green+Blue) = 185+36+149=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B92495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92495 is #46DB6A. Grayscale: #5D5D5D. Windows color (decimal): -4643691 or 9774265. OLE color: 9774265.

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

Color convert

RGB 185 36 149 -
CMYK 0 0.81 0.19 0.27
HSL 314.5º 0.67% 0.43% -
HSV(B) 314.5º 0.81% 0.73% -
XYZ 26.06 13.75 29.71 -
YUV 93.43 159.36 193.31 -
System Red Green Blue C M Y K H S L
Decimal 185 36 149 0 0.81 0.19 0.27 314.5 0.67 0.43
Hex B9 24 95 0 51 13 1B 13A 43 2B
Octal 271 44 225 0 121 23 33 472 103 53
Binary 10111001 100100 10010101 0 1010001 10011 11011 100111010 1000011 101011

Color Harmonies of #B92495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92495

Black with #B92495

Text Example


Text Example

White with #B92495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92495; }

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

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

background-color css

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

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

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

border-color css

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

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

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