Html Css Color HEX #B93492 Medium Red Violet

📋 copy color: '#B93492'

red 185 ◦ green 52 ◦ blue 146

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

Shades of Medium Red Violet #B93492

Tints of Medium Red Violet #B93492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.58%

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

R = 48.3%
G = 13.58%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B93492 (or 0xB93492) is known color: Medium Red Violet. HEX triplet: B9, 34 and 92. RGB value is (185,52,146). Sum of RGB (Red+Green+Blue) = 185+52+146=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B93492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93492 is #46CB6D. Grayscale: #666666. Windows color (decimal): -4639598 or 9581753. OLE color: 9581753.

HSL color Cylindrical-coordinate representation of color #B93492: hue angle of 317.59º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93492 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 52 146 -
CMYK 0 0.72 0.21 0.27
HSL 317.59º 0.56% 0.46% -
HSV(B) 317.59º 0.72% 0.73% -
XYZ 26.42 14.85 28.67 -
YUV 102.48 152.56 186.86 -
System Red Green Blue C M Y K H S L
Decimal 185 52 146 0 0.72 0.21 0.27 317.59 0.56 0.46
Hex B9 34 92 0 48 15 1B 13E 38 2E
Octal 271 64 222 0 110 25 33 476 70 56
Binary 10111001 110100 10010010 0 1001000 10101 11011 100111110 111000 101110

Color Harmonies of #B93492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93492

Black with #B93492

Text Example


Text Example

White with #B93492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93492; }

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

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

background-color css

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

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

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

border-color css

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

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

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