Html Css Color HEX #B93AA6 Medium Red Violet

📋 copy color: '#B93AA6'

red 185 ◦ green 58 ◦ blue 166

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

Shades of Medium Red Violet #B93AA6

Tints of Medium Red Violet #B93AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.59%

R = 45.23%
G = 14.18%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B93AA6 (or 0xB93AA6) is known color: Medium Red Violet. HEX triplet: B9, 3A and A6. RGB value is (185,58,166). Sum of RGB (Red+Green+Blue) = 185+58+166=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B93AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93AA6 is #46C559. Grayscale: #6B6B6B. Windows color (decimal): -4638042 or 10894009. OLE color: 10894009.

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

Color convert

RGB 185 58 166 -
CMYK 0 0.69 0.10 0.27
HSL 308.98º 0.52% 0.48% -
HSV(B) 308.98º 0.69% 0.73% -
XYZ 28.4 16.09 37.69 -
YUV 108.29 160.58 182.72 -
System Red Green Blue C M Y K H S L
Decimal 185 58 166 0 0.69 0.10 0.27 308.98 0.52 0.48
Hex B9 3A A6 0 45 A 1B 135 34 30
Octal 271 72 246 0 105 12 33 465 64 60
Binary 10111001 111010 10100110 0 1000101 1010 11011 100110101 110100 110000

Color Harmonies of #B93AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93AA6

Black with #B93AA6

Text Example


Text Example

White with #B93AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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