Html Css Color HEX #B123A0 Medium Red Violet

📋 copy color: '#B123A0'

red 177 ◦ green 35 ◦ blue 160

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

Shades of Medium Red Violet #B123A0

Tints of Medium Red Violet #B123A0

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.41%

 BLUE value IS 160 (62.89% from 255) = 43.01%

R = 47.58%
G = 9.41%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B123A0 (or 0xB123A0) is known color: Medium Red Violet. HEX triplet: B1, 23 and A0. RGB value is (177,35,160). Sum of RGB (Red+Green+Blue) = 177+35+160=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B123A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B123A0 is #4EDC5F. Grayscale: #5B5B5B. Windows color (decimal): -5168224 or 10494897. OLE color: 10494897.

HSL color Cylindrical-coordinate representation of color #B123A0: hue angle of 307.18º degrees, saturation: 0.67, 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 #B123A0 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 35 160 -
CMYK 0 0.80 0.10 0.31
HSL 307.18º 0.67% 0.42% -
HSV(B) 307.18º 0.8% 0.69% -
XYZ 25.08 13.09 34.46 -
YUV 91.71 166.54 188.84 -
System Red Green Blue C M Y K H S L
Decimal 177 35 160 0 0.80 0.10 0.31 307.18 0.67 0.42
Hex B1 23 A0 0 50 A 1F 133 43 2A
Octal 261 43 240 0 120 12 37 463 103 52
Binary 10110001 100011 10100000 0 1010000 1010 11111 100110011 1000011 101010

Color Harmonies of #B123A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B123A0

Black with #B123A0

Text Example


Text Example

White with #B123A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B123A0; }

 p { color: rgb(177,35,160); }

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

background-color css

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

 a { background-color: rgb(177,35,160); }

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

border-color css

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

 span { border-color: rgb(177,35,160); }

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