Html Css Color HEX #B93DA3 Medium Red Violet

📋 copy color: '#B93DA3'

red 185 ◦ green 61 ◦ blue 163

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

Shades of Medium Red Violet #B93DA3

Tints of Medium Red Violet #B93DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.85%

R = 45.23%
G = 14.91%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B93DA3 (or 0xB93DA3) is known color: Medium Red Violet. HEX triplet: B9, 3D and A3. RGB value is (185,61,163). Sum of RGB (Red+Green+Blue) = 185+61+163=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B93DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93DA3 is #46C25C. Grayscale: #6D6D6D. Windows color (decimal): -4637277 or 10698169. OLE color: 10698169.

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

Color convert

RGB 185 61 163 -
CMYK 0 0.67 0.12 0.27
HSL 310.65º 0.5% 0.48% -
HSV(B) 310.65º 0.67% 0.73% -
XYZ 28.29 16.3 36.3 -
YUV 109.7 158.08 181.71 -
System Red Green Blue C M Y K H S L
Decimal 185 61 163 0 0.67 0.12 0.27 310.65 0.5 0.48
Hex B9 3D A3 0 43 C 1B 137 32 30
Octal 271 75 243 0 103 14 33 467 62 60
Binary 10111001 111101 10100011 0 1000011 1100 11011 100110111 110010 110000

Color Harmonies of #B93DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93DA3

Black with #B93DA3

Text Example


Text Example

White with #B93DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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