Html Css Color HEX #B92288 Medium Red Violet

📋 copy color: '#B92288'

red 185 ◦ green 34 ◦ blue 136

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

Shades of Medium Red Violet #B92288

Tints of Medium Red Violet #B92288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.58%

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

R = 52.11%
G = 9.58%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B92288 (or 0xB92288) is known color: Medium Red Violet. HEX triplet: B9, 22 and 88. RGB value is (185,34,136). Sum of RGB (Red+Green+Blue) = 185+34+136=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B92288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92288 is #46DD77. Grayscale: #5A5A5A. Windows color (decimal): -4644216 or 8921785. OLE color: 8921785.

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

Color convert

RGB 185 34 136 -
CMYK 0 0.82 0.26 0.27
HSL 319.47º 0.69% 0.43% -
HSV(B) 319.47º 0.82% 0.73% -
XYZ 25.02 13.24 24.53 -
YUV 90.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 185 34 136 0 0.82 0.26 0.27 319.47 0.69 0.43
Hex B9 22 88 0 52 1A 1B 13F 45 2B
Octal 271 42 210 0 122 32 33 477 105 53
Binary 10111001 100010 10001000 0 1010010 11010 11011 100111111 1000101 101011

Color Harmonies of #B92288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92288

Black with #B92288

Text Example


Text Example

White with #B92288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92288; }

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

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

background-color css

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

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

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

border-color css

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

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

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