Html Css Color HEX #B93AA2 Medium Red Violet

📋 copy color: '#B93AA2'

red 185 ◦ green 58 ◦ blue 162

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

Shades of Medium Red Violet #B93AA2

Tints of Medium Red Violet #B93AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40%

R = 45.68%
G = 14.32%
B = 40%

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

#B93AA2 (or 0xB93AA2) is known color: Medium Red Violet. HEX triplet: B9, 3A and A2. RGB value is (185,58,162). Sum of RGB (Red+Green+Blue) = 185+58+162=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 58 (23.05% from 255 or 14.32% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B93AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93AA2 is #46C55D. Grayscale: #6B6B6B. Windows color (decimal): -4638046 or 10631865. OLE color: 10631865.

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

Color convert

RGB 185 58 162 -
CMYK 0 0.69 0.12 0.27
HSL 310.87º 0.52% 0.48% -
HSV(B) 310.87º 0.69% 0.73% -
XYZ 28.04 15.95 35.78 -
YUV 107.83 158.58 183.04 -
System Red Green Blue C M Y K H S L
Decimal 185 58 162 0 0.69 0.12 0.27 310.87 0.52 0.48
Hex B9 3A A2 0 45 C 1B 137 34 30
Octal 271 72 242 0 105 14 33 467 64 60
Binary 10111001 111010 10100010 0 1000101 1100 11011 100110111 110100 110000

Color Harmonies of #B93AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93AA2

Black with #B93AA2

Text Example


Text Example

White with #B93AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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