Html Css Color HEX #B93583 Medium Red Violet

📋 copy color: '#B93583'

red 185 ◦ green 53 ◦ blue 131

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

Shades of Medium Red Violet #B93583

Tints of Medium Red Violet #B93583

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.36%

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

R = 50.14%
G = 14.36%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B93583 (or 0xB93583) is known color: Medium Red Violet. HEX triplet: B9, 35 and 83. RGB value is (185,53,131). Sum of RGB (Red+Green+Blue) = 185+53+131=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B93583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93583 is #46CA7C. Grayscale: #656565. Windows color (decimal): -4639357 or 8598969. OLE color: 8598969.

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

Color convert

RGB 185 53 131 -
CMYK 0 0.71 0.29 0.27
HSL 324.55º 0.55% 0.47% -
HSV(B) 324.55º 0.71% 0.73% -
XYZ 25.38 14.5 22.93 -
YUV 101.36 144.73 187.66 -
System Red Green Blue C M Y K H S L
Decimal 185 53 131 0 0.71 0.29 0.27 324.55 0.55 0.47
Hex B9 35 83 0 47 1D 1B 145 37 2F
Octal 271 65 203 0 107 35 33 505 67 57
Binary 10111001 110101 10000011 0 1000111 11101 11011 101000101 110111 101111

Color Harmonies of #B93583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93583

Black with #B93583

Text Example


Text Example

White with #B93583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93583; }

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

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

background-color css

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

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

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

border-color css

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

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

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