Html Css Color HEX #B124AA Medium Red Violet

📋 copy color: '#B124AA'

red 177 ◦ green 36 ◦ blue 170

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

Shades of Medium Red Violet #B124AA

Tints of Medium Red Violet #B124AA

RGB

 RED value IS 177 (69.53% from 255) = 46.21%

 GREEN value IS 36 (14.45% from 255) = 9.4%

 BLUE value IS 170 (66.8% from 255) = 44.39%

R = 46.21%
G = 9.4%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B124AA (or 0xB124AA) is known color: Medium Red Violet. HEX triplet: B1, 24 and AA. RGB value is (177,36,170). Sum of RGB (Red+Green+Blue) = 177+36+170=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B124AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B124AA is #4EDB55. Grayscale: #5D5D5D. Windows color (decimal): -5167958 or 11150513. OLE color: 11150513.

HSL color Cylindrical-coordinate representation of color #B124AA: hue angle of 302.98º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B124AA is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 170 -
CMYK 0 0.80 0.04 0.31
HSL 302.98º 0.66% 0.42% -
HSV(B) 302.98º 0.8% 0.69% -
XYZ 26.02 13.51 39.27 -
YUV 93.44 171.21 187.6 -
System Red Green Blue C M Y K H S L
Decimal 177 36 170 0 0.80 0.04 0.31 302.98 0.66 0.42
Hex B1 24 AA 0 50 4 1F 12F 42 2A
Octal 261 44 252 0 120 4 37 457 102 52
Binary 10110001 100100 10101010 0 1010000 100 11111 100101111 1000010 101010

Color Harmonies of #B124AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B124AA

Black with #B124AA

Text Example


Text Example

White with #B124AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B124AA; }

 p { color: rgb(177,36,170); }

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

background-color css

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

 a { background-color: rgb(177,36,170); }

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

border-color css

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

 span { border-color: rgb(177,36,170); }

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