Html Css Color HEX #B93DA0 Medium Red Violet

📋 copy color: '#B93DA0'

red 185 ◦ green 61 ◦ blue 160

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

Shades of Medium Red Violet #B93DA0

Tints of Medium Red Violet #B93DA0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.02%

 BLUE value IS 160 (62.89% from 255) = 39.41%

R = 45.57%
G = 15.02%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B93DA0 (or 0xB93DA0) is known color: Medium Red Violet. HEX triplet: B9, 3D and A0. RGB value is (185,61,160). Sum of RGB (Red+Green+Blue) = 185+61+160=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B93DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93DA0 is #46C25F. Grayscale: #6D6D6D. Windows color (decimal): -4637280 or 10501561. OLE color: 10501561.

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

Color convert

RGB 185 61 160 -
CMYK 0 0.67 0.14 0.27
HSL 312.1º 0.5% 0.48% -
HSV(B) 312.1º 0.67% 0.73% -
XYZ 28.02 16.19 34.91 -
YUV 109.36 156.58 181.95 -
System Red Green Blue C M Y K H S L
Decimal 185 61 160 0 0.67 0.14 0.27 312.1 0.5 0.48
Hex B9 3D A0 0 43 E 1B 138 32 30
Octal 271 75 240 0 103 16 33 470 62 60
Binary 10111001 111101 10100000 0 1000011 1110 11011 100111000 110010 110000

Color Harmonies of #B93DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93DA0

Black with #B93DA0

Text Example


Text Example

White with #B93DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93DA0; }

 p { color: rgb(185,61,160); }

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

background-color css

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

 a { background-color: rgb(185,61,160); }

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

border-color css

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

 span { border-color: rgb(185,61,160); }

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