Html Css Color HEX #B92589 Medium Red Violet

📋 copy color: '#B92589'

red 185 ◦ green 37 ◦ blue 137

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

Shades of Medium Red Violet #B92589

Tints of Medium Red Violet #B92589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.16%

R = 51.53%
G = 10.31%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B92589 (or 0xB92589) is known color: Medium Red Violet. HEX triplet: B9, 25 and 89. RGB value is (185,37,137). Sum of RGB (Red+Green+Blue) = 185+37+137=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B92589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92589 is #46DA76. Grayscale: #5C5C5C. Windows color (decimal): -4643447 or 8988089. OLE color: 8988089.

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

Color convert

RGB 185 37 137 -
CMYK 0 0.80 0.26 0.27
HSL 319.46º 0.67% 0.44% -
HSV(B) 319.46º 0.8% 0.73% -
XYZ 25.18 13.44 24.93 -
YUV 92.65 153.03 193.87 -
System Red Green Blue C M Y K H S L
Decimal 185 37 137 0 0.80 0.26 0.27 319.46 0.67 0.44
Hex B9 25 89 0 50 1A 1B 13F 43 2C
Octal 271 45 211 0 120 32 33 477 103 54
Binary 10111001 100101 10001001 0 1010000 11010 11011 100111111 1000011 101100

Color Harmonies of #B92589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92589

Black with #B92589

Text Example


Text Example

White with #B92589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92589; }

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

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

background-color css

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

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

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

border-color css

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

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

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