Html Css Color HEX #B93784 Medium Red Violet

📋 copy color: '#B93784'

red 185 ◦ green 55 ◦ blue 132

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

Shades of Medium Red Violet #B93784

Tints of Medium Red Violet #B93784

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.78%

 BLUE value IS 132 (51.95% from 255) = 35.48%

R = 49.73%
G = 14.78%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B93784 (or 0xB93784) is known color: Medium Red Violet. HEX triplet: B9, 37 and 84. RGB value is (185,55,132). Sum of RGB (Red+Green+Blue) = 185+55+132=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B93784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93784 is #46C87B. Grayscale: #666666. Windows color (decimal): -4638844 or 8665017. OLE color: 8665017.

HSL color Cylindrical-coordinate representation of color #B93784: hue angle of 324.46º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93784 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 55 132 -
CMYK 0 0.70 0.29 0.27
HSL 324.46º 0.54% 0.47% -
HSV(B) 324.46º 0.7% 0.73% -
XYZ 25.54 14.71 23.32 -
YUV 102.65 144.57 186.74 -
System Red Green Blue C M Y K H S L
Decimal 185 55 132 0 0.70 0.29 0.27 324.46 0.54 0.47
Hex B9 37 84 0 46 1D 1B 144 36 2F
Octal 271 67 204 0 106 35 33 504 66 57
Binary 10111001 110111 10000100 0 1000110 11101 11011 101000100 110110 101111

Color Harmonies of #B93784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93784

Black with #B93784

Text Example


Text Example

White with #B93784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93784; }

 p { color: rgb(185,55,132); }

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

background-color css

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

 a { background-color: rgb(185,55,132); }

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

border-color css

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

 span { border-color: rgb(185,55,132); }

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