Html Css Color HEX #B93AA3 Medium Red Violet

📋 copy color: '#B93AA3'

red 185 ◦ green 58 ◦ blue 163

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

Shades of Medium Red Violet #B93AA3

Tints of Medium Red Violet #B93AA3

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.29%

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

R = 45.57%
G = 14.29%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B93AA3 (or 0xB93AA3) is known color: Medium Red Violet. HEX triplet: B9, 3A and A3. RGB value is (185,58,163). Sum of RGB (Red+Green+Blue) = 185+58+163=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B93AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93AA3 is #46C55C. Grayscale: #6B6B6B. Windows color (decimal): -4638045 or 10697401. OLE color: 10697401.

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

Color convert

RGB 185 58 163 -
CMYK 0 0.69 0.12 0.27
HSL 310.39º 0.52% 0.48% -
HSV(B) 310.39º 0.69% 0.73% -
XYZ 28.13 15.98 36.25 -
YUV 107.94 159.08 182.96 -
System Red Green Blue C M Y K H S L
Decimal 185 58 163 0 0.69 0.12 0.27 310.39 0.52 0.48
Hex B9 3A A3 0 45 C 1B 136 34 30
Octal 271 72 243 0 105 14 33 466 64 60
Binary 10111001 111010 10100011 0 1000101 1100 11011 100110110 110100 110000

Color Harmonies of #B93AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93AA3

Black with #B93AA3

Text Example


Text Example

White with #B93AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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