Html Css Color HEX #B92592 Medium Red Violet

📋 copy color: '#B92592'

red 185 ◦ green 37 ◦ blue 146

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

Shades of Medium Red Violet #B92592

Tints of Medium Red Violet #B92592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.67%

R = 50.27%
G = 10.05%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B92592 (or 0xB92592) is known color: Medium Red Violet. HEX triplet: B9, 25 and 92. RGB value is (185,37,146). Sum of RGB (Red+Green+Blue) = 185+37+146=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B92592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92592 is #46DA6D. Grayscale: #5D5D5D. Windows color (decimal): -4643438 or 9577913. OLE color: 9577913.

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

Color convert

RGB 185 37 146 -
CMYK 0 0.80 0.21 0.27
HSL 315.81º 0.67% 0.44% -
HSV(B) 315.81º 0.8% 0.73% -
XYZ 25.86 13.71 28.48 -
YUV 93.68 157.53 193.14 -
System Red Green Blue C M Y K H S L
Decimal 185 37 146 0 0.80 0.21 0.27 315.81 0.67 0.44
Hex B9 25 92 0 50 15 1B 13C 43 2C
Octal 271 45 222 0 120 25 33 474 103 54
Binary 10111001 100101 10010010 0 1010000 10101 11011 100111100 1000011 101100

Color Harmonies of #B92592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92592

Black with #B92592

Text Example


Text Example

White with #B92592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92592; }

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

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

background-color css

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

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

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

border-color css

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

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

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