Html Css Color HEX #B93AA4 Medium Red Violet

📋 copy color: '#B93AA4'

red 185 ◦ green 58 ◦ blue 164

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

Shades of Medium Red Violet #B93AA4

Tints of Medium Red Violet #B93AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.29%

R = 45.45%
G = 14.25%
B = 40.29%

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

#B93AA4 (or 0xB93AA4) is known color: Medium Red Violet. HEX triplet: B9, 3A and A4. RGB value is (185,58,164). Sum of RGB (Red+Green+Blue) = 185+58+164=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B93AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93AA4 is #46C55B. Grayscale: #6B6B6B. Windows color (decimal): -4638044 or 10762937. OLE color: 10762937.

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

Color convert

RGB 185 58 164 -
CMYK 0 0.69 0.11 0.27
HSL 309.92º 0.52% 0.48% -
HSV(B) 309.92º 0.69% 0.73% -
XYZ 28.22 16.02 36.73 -
YUV 108.06 159.58 182.88 -
System Red Green Blue C M Y K H S L
Decimal 185 58 164 0 0.69 0.11 0.27 309.92 0.52 0.48
Hex B9 3A A4 0 45 B 1B 136 34 30
Octal 271 72 244 0 105 13 33 466 64 60
Binary 10111001 111010 10100100 0 1000101 1011 11011 100110110 110100 110000

Color Harmonies of #B93AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93AA4

Black with #B93AA4

Text Example


Text Example

White with #B93AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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