Html Css Color HEX #B93683 Medium Red Violet

📋 copy color: '#B93683'

red 185 ◦ green 54 ◦ blue 131

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

Shades of Medium Red Violet #B93683

Tints of Medium Red Violet #B93683

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.59%

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

R = 50%
G = 14.59%
B = 35.41%

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

#B93683 (or 0xB93683) is known color: Medium Red Violet. HEX triplet: B9, 36 and 83. RGB value is (185,54,131). Sum of RGB (Red+Green+Blue) = 185+54+131=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B93683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93683 is #46C97C. Grayscale: #656565. Windows color (decimal): -4639101 or 8599225. OLE color: 8599225.

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

Color convert

RGB 185 54 131 -
CMYK 0 0.71 0.29 0.27
HSL 324.73º 0.55% 0.47% -
HSV(B) 324.73º 0.71% 0.73% -
XYZ 25.42 14.59 22.95 -
YUV 101.95 144.4 187.24 -
System Red Green Blue C M Y K H S L
Decimal 185 54 131 0 0.71 0.29 0.27 324.73 0.55 0.47
Hex B9 36 83 0 47 1D 1B 145 37 2F
Octal 271 66 203 0 107 35 33 505 67 57
Binary 10111001 110110 10000011 0 1000111 11101 11011 101000101 110111 101111

Color Harmonies of #B93683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93683

Black with #B93683

Text Example


Text Example

White with #B93683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93683; }

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

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

background-color css

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

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

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

border-color css

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

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

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