Html Css Color HEX #B92580 Medium Red Violet

📋 copy color: '#B92580'

red 185 ◦ green 37 ◦ blue 128

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

Shades of Medium Red Violet #B92580

Tints of Medium Red Violet #B92580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.57%

R = 52.86%
G = 10.57%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B92580 (or 0xB92580) is known color: Medium Red Violet. HEX triplet: B9, 25 and 80. RGB value is (185,37,128). Sum of RGB (Red+Green+Blue) = 185+37+128=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B92580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92580 is #46DA7F. Grayscale: #5B5B5B. Windows color (decimal): -4643456 or 8398265. OLE color: 8398265.

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

Color convert

RGB 185 37 128 -
CMYK 0 0.80 0.31 0.27
HSL 323.11º 0.67% 0.44% -
HSV(B) 323.11º 0.8% 0.73% -
XYZ 24.57 13.2 21.67 -
YUV 91.63 148.53 194.6 -
System Red Green Blue C M Y K H S L
Decimal 185 37 128 0 0.80 0.31 0.27 323.11 0.67 0.44
Hex B9 25 80 0 50 1F 1B 143 43 2C
Octal 271 45 200 0 120 37 33 503 103 54
Binary 10111001 100101 10000000 0 1010000 11111 11011 101000011 1000011 101100

Color Harmonies of #B92580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92580

Black with #B92580

Text Example


Text Example

White with #B92580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92580; }

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

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

background-color css

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

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

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

border-color css

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

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

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