Html Css Color HEX #B93E98 Medium Red Violet

📋 copy color: '#B93E98'

red 185 ◦ green 62 ◦ blue 152

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

Shades of Medium Red Violet #B93E98

Tints of Medium Red Violet #B93E98

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.54%

 BLUE value IS 152 (59.77% from 255) = 38.1%

R = 46.37%
G = 15.54%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B93E98 (or 0xB93E98) is known color: Medium Red Violet. HEX triplet: B9, 3E and 98. RGB value is (185,62,152). Sum of RGB (Red+Green+Blue) = 185+62+152=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93E98 is #46C167. Grayscale: #6C6C6C. Windows color (decimal): -4637032 or 9977529. OLE color: 9977529.

HSL color Cylindrical-coordinate representation of color #B93E98: hue angle of 316.1º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93E98 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 62 152 -
CMYK 0 0.66 0.18 0.27
HSL 316.1º 0.5% 0.48% -
HSV(B) 316.1º 0.66% 0.73% -
XYZ 27.4 16.03 31.36 -
YUV 109.04 152.25 182.18 -
System Red Green Blue C M Y K H S L
Decimal 185 62 152 0 0.66 0.18 0.27 316.1 0.5 0.48
Hex B9 3E 98 0 42 12 1B 13C 32 30
Octal 271 76 230 0 102 22 33 474 62 60
Binary 10111001 111110 10011000 0 1000010 10010 11011 100111100 110010 110000

Color Harmonies of #B93E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93E98

Black with #B93E98

Text Example


Text Example

White with #B93E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93E98; }

 p { color: rgb(185,62,152); }

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

background-color css

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

 a { background-color: rgb(185,62,152); }

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

border-color css

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

 span { border-color: rgb(185,62,152); }

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