Html Css Color HEX #B93C9B Medium Red Violet

📋 copy color: '#B93C9B'

red 185 ◦ green 60 ◦ blue 155

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

Shades of Medium Red Violet #B93C9B

Tints of Medium Red Violet #B93C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.75%

R = 46.25%
G = 15%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B93C9B (or 0xB93C9B) is known color: Medium Red Violet. HEX triplet: B9, 3C and 9B. RGB value is (185,60,155). Sum of RGB (Red+Green+Blue) = 185+60+155=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93C9B is #46C364. Grayscale: #6B6B6B. Windows color (decimal): -4637541 or 10173625. OLE color: 10173625.

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

Color convert

RGB 185 60 155 -
CMYK 0 0.68 0.16 0.27
HSL 314.4º 0.51% 0.48% -
HSV(B) 314.4º 0.68% 0.73% -
XYZ 27.54 15.91 32.63 -
YUV 108.21 154.41 182.78 -
System Red Green Blue C M Y K H S L
Decimal 185 60 155 0 0.68 0.16 0.27 314.4 0.51 0.48
Hex B9 3C 9B 0 44 10 1B 13A 33 30
Octal 271 74 233 0 104 20 33 472 63 60
Binary 10111001 111100 10011011 0 1000100 10000 11011 100111010 110011 110000

Color Harmonies of #B93C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C9B

Black with #B93C9B

Text Example


Text Example

White with #B93C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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