Html Css Color HEX #B92590 Medium Red Violet

📋 copy color: '#B92590'

red 185 ◦ green 37 ◦ blue 144

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

Shades of Medium Red Violet #B92590

Tints of Medium Red Violet #B92590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.34%

R = 50.55%
G = 10.11%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B92590 (or 0xB92590) is known color: Medium Red Violet. HEX triplet: B9, 25 and 90. RGB value is (185,37,144). Sum of RGB (Red+Green+Blue) = 185+37+144=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B92590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92590 is #46DA6F. Grayscale: #5D5D5D. Windows color (decimal): -4643440 or 9446841. OLE color: 9446841.

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

Color convert

RGB 185 37 144 -
CMYK 0 0.80 0.22 0.27
HSL 316.62º 0.67% 0.44% -
HSV(B) 316.62º 0.8% 0.73% -
XYZ 25.7 13.65 27.67 -
YUV 93.45 156.53 193.3 -
System Red Green Blue C M Y K H S L
Decimal 185 37 144 0 0.80 0.22 0.27 316.62 0.67 0.44
Hex B9 25 90 0 50 16 1B 13D 43 2C
Octal 271 45 220 0 120 26 33 475 103 54
Binary 10111001 100101 10010000 0 1010000 10110 11011 100111101 1000011 101100

Color Harmonies of #B92590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92590

Black with #B92590

Text Example


Text Example

White with #B92590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92590; }

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

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

background-color css

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

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

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

border-color css

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

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

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