Html Css Color HEX #B93483 Medium Red Violet

📋 copy color: '#B93483'

red 185 ◦ green 52 ◦ blue 131

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

Shades of Medium Red Violet #B93483

Tints of Medium Red Violet #B93483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.6%

R = 50.27%
G = 14.13%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B93483 (or 0xB93483) is known color: Medium Red Violet. HEX triplet: B9, 34 and 83. RGB value is (185,52,131). Sum of RGB (Red+Green+Blue) = 185+52+131=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B93483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93483 is #46CB7C. Grayscale: #646464. Windows color (decimal): -4639613 or 8598713. OLE color: 8598713.

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

Color convert

RGB 185 52 131 -
CMYK 0 0.72 0.29 0.27
HSL 324.36º 0.56% 0.46% -
HSV(B) 324.36º 0.72% 0.73% -
XYZ 25.33 14.41 22.92 -
YUV 100.77 145.06 188.08 -
System Red Green Blue C M Y K H S L
Decimal 185 52 131 0 0.72 0.29 0.27 324.36 0.56 0.46
Hex B9 34 83 0 48 1D 1B 144 38 2E
Octal 271 64 203 0 110 35 33 504 70 56
Binary 10111001 110100 10000011 0 1001000 11101 11011 101000100 111000 101110

Color Harmonies of #B93483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93483

Black with #B93483

Text Example


Text Example

White with #B93483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93483; }

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

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

background-color css

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

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

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

border-color css

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

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

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