Html Css Color HEX #B93C9A Medium Red Violet

📋 copy color: '#B93C9A'

red 185 ◦ green 60 ◦ blue 154

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

Shades of Medium Red Violet #B93C9A

Tints of Medium Red Violet #B93C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.6%

R = 46.37%
G = 15.04%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B93C9A (or 0xB93C9A) is known color: Medium Red Violet. HEX triplet: B9, 3C and 9A. RGB value is (185,60,154). Sum of RGB (Red+Green+Blue) = 185+60+154=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93C9A is #46C365. Grayscale: #6B6B6B. Windows color (decimal): -4637542 or 10108089. OLE color: 10108089.

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

Color convert

RGB 185 60 154 -
CMYK 0 0.68 0.17 0.27
HSL 314.88º 0.51% 0.48% -
HSV(B) 314.88º 0.68% 0.73% -
XYZ 27.46 15.88 32.19 -
YUV 108.09 153.91 182.86 -
System Red Green Blue C M Y K H S L
Decimal 185 60 154 0 0.68 0.17 0.27 314.88 0.51 0.48
Hex B9 3C 9A 0 44 11 1B 13B 33 30
Octal 271 74 232 0 104 21 33 473 63 60
Binary 10111001 111100 10011010 0 1000100 10001 11011 100111011 110011 110000

Color Harmonies of #B93C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C9A

Black with #B93C9A

Text Example


Text Example

White with #B93C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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