Html Css Color HEX #B92588 Medium Red Violet

📋 copy color: '#B92588'

red 185 ◦ green 37 ◦ blue 136

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

Shades of Medium Red Violet #B92588

Tints of Medium Red Violet #B92588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.99%

R = 51.68%
G = 10.34%
B = 37.99%

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

#B92588 (or 0xB92588) is known color: Medium Red Violet. HEX triplet: B9, 25 and 88. RGB value is (185,37,136). Sum of RGB (Red+Green+Blue) = 185+37+136=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B92588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92588 is #46DA77. Grayscale: #5C5C5C. Windows color (decimal): -4643448 or 8922553. OLE color: 8922553.

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

Color convert

RGB 185 37 136 -
CMYK 0 0.80 0.26 0.27
HSL 319.86º 0.67% 0.44% -
HSV(B) 319.86º 0.8% 0.73% -
XYZ 25.11 13.42 24.56 -
YUV 92.54 152.53 193.95 -
System Red Green Blue C M Y K H S L
Decimal 185 37 136 0 0.80 0.26 0.27 319.86 0.67 0.44
Hex B9 25 88 0 50 1A 1B 140 43 2C
Octal 271 45 210 0 120 32 33 500 103 54
Binary 10111001 100101 10001000 0 1010000 11010 11011 101000000 1000011 101100

Color Harmonies of #B92588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92588

Black with #B92588

Text Example


Text Example

White with #B92588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92588; }

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

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

background-color css

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

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

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

border-color css

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

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

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