Html Css Color HEX #B93AA5 Medium Red Violet

📋 copy color: '#B93AA5'

red 185 ◦ green 58 ◦ blue 165

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

Shades of Medium Red Violet #B93AA5

Tints of Medium Red Violet #B93AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.44%

R = 45.34%
G = 14.22%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B93AA5 (or 0xB93AA5) is known color: Medium Red Violet. HEX triplet: B9, 3A and A5. RGB value is (185,58,165). Sum of RGB (Red+Green+Blue) = 185+58+165=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B93AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93AA5 is #46C55A. Grayscale: #6B6B6B. Windows color (decimal): -4638043 or 10828473. OLE color: 10828473.

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

Color convert

RGB 185 58 165 -
CMYK 0 0.69 0.11 0.27
HSL 309.45º 0.52% 0.48% -
HSV(B) 309.45º 0.69% 0.73% -
XYZ 28.31 16.06 37.2 -
YUV 108.17 160.08 182.8 -
System Red Green Blue C M Y K H S L
Decimal 185 58 165 0 0.69 0.11 0.27 309.45 0.52 0.48
Hex B9 3A A5 0 45 B 1B 135 34 30
Octal 271 72 245 0 105 13 33 465 64 60
Binary 10111001 111010 10100101 0 1000101 1011 11011 100110101 110100 110000

Color Harmonies of #B93AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93AA5

Black with #B93AA5

Text Example


Text Example

White with #B93AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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