Html Css Color HEX #B93C96 Medium Red Violet

📋 copy color: '#B93C96'

red 185 ◦ green 60 ◦ blue 150

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

Shades of Medium Red Violet #B93C96

Tints of Medium Red Violet #B93C96

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.19%

 BLUE value IS 150 (58.98% from 255) = 37.97%

R = 46.84%
G = 15.19%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B93C96 (or 0xB93C96) is known color: Medium Red Violet. HEX triplet: B9, 3C and 96. RGB value is (185,60,150). Sum of RGB (Red+Green+Blue) = 185+60+150=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93C96 is #46C369. Grayscale: #6B6B6B. Windows color (decimal): -4637546 or 9845945. OLE color: 9845945.

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

Color convert

RGB 185 60 150 -
CMYK 0 0.68 0.19 0.27
HSL 316.8º 0.51% 0.48% -
HSV(B) 316.8º 0.68% 0.73% -
XYZ 27.13 15.75 30.46 -
YUV 107.64 151.91 183.18 -
System Red Green Blue C M Y K H S L
Decimal 185 60 150 0 0.68 0.19 0.27 316.8 0.51 0.48
Hex B9 3C 96 0 44 13 1B 13D 33 30
Octal 271 74 226 0 104 23 33 475 63 60
Binary 10111001 111100 10010110 0 1000100 10011 11011 100111101 110011 110000

Color Harmonies of #B93C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C96

Black with #B93C96

Text Example


Text Example

White with #B93C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C96; }

 p { color: rgb(185,60,150); }

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

background-color css

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

 a { background-color: rgb(185,60,150); }

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

border-color css

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

 span { border-color: rgb(185,60,150); }

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