Html Css Color HEX #B92193 Medium Violet Red

📋 copy color: '#B92193'

red 185 ◦ green 33 ◦ blue 147

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

Shades of Medium Violet Red #B92193

Tints of Medium Violet Red #B92193

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.04%

 BLUE value IS 147 (57.81% from 255) = 40.27%

R = 50.68%
G = 9.04%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B92193 (or 0xB92193) is known color: Medium Violet Red. HEX triplet: B9, 21 and 93. RGB value is (185,33,147). Sum of RGB (Red+Green+Blue) = 185+33+147=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B92193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92193 is #46DE6C. Grayscale: #5B5B5B. Windows color (decimal): -4644461 or 9642425. OLE color: 9642425.

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

Color convert

RGB 185 33 147 -
CMYK 0 0.82 0.21 0.27
HSL 315º 0.7% 0.43% -
HSV(B) 315º 0.82% 0.73% -
XYZ 25.82 13.51 28.85 -
YUV 91.44 159.36 194.73 -
System Red Green Blue C M Y K H S L
Decimal 185 33 147 0 0.82 0.21 0.27 315 0.7 0.43
Hex B9 21 93 0 52 15 1B 13B 46 2B
Octal 271 41 223 0 122 25 33 473 106 53
Binary 10111001 100001 10010011 0 1010010 10101 11011 100111011 1000110 101011

Color Harmonies of #B92193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92193

Black with #B92193

Text Example


Text Example

White with #B92193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92193; }

 p { color: rgb(185,33,147); }

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

background-color css

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

 a { background-color: rgb(185,33,147); }

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

border-color css

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

 span { border-color: rgb(185,33,147); }

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