Html Css Color HEX #B93993 Medium Red Violet

📋 copy color: '#B93993'

red 185 ◦ green 57 ◦ blue 147

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

Shades of Medium Red Violet #B93993

Tints of Medium Red Violet #B93993

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.65%

 BLUE value IS 147 (57.81% from 255) = 37.79%

R = 47.56%
G = 14.65%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B93993 (or 0xB93993) is known color: Medium Red Violet. HEX triplet: B9, 39 and 93. RGB value is (185,57,147). Sum of RGB (Red+Green+Blue) = 185+57+147=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B93993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93993 is #46C66C. Grayscale: #696969. Windows color (decimal): -4638317 or 9648569. OLE color: 9648569.

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

Color convert

RGB 185 57 147 -
CMYK 0 0.69 0.21 0.27
HSL 317.81º 0.53% 0.47% -
HSV(B) 317.81º 0.69% 0.73% -
XYZ 26.74 15.35 29.16 -
YUV 105.53 151.41 184.68 -
System Red Green Blue C M Y K H S L
Decimal 185 57 147 0 0.69 0.21 0.27 317.81 0.53 0.47
Hex B9 39 93 0 45 15 1B 13E 35 2F
Octal 271 71 223 0 105 25 33 476 65 57
Binary 10111001 111001 10010011 0 1000101 10101 11011 100111110 110101 101111

Color Harmonies of #B93993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93993

Black with #B93993

Text Example


Text Example

White with #B93993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93993; }

 p { color: rgb(185,57,147); }

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

background-color css

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

 a { background-color: rgb(185,57,147); }

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

border-color css

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

 span { border-color: rgb(185,57,147); }

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