Html Css Color HEX #B123AB Medium Red Violet

📋 copy color: '#B123AB'

red 177 ◦ green 35 ◦ blue 171

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

Shades of Medium Red Violet #B123AB

Tints of Medium Red Violet #B123AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.65%

R = 46.21%
G = 9.14%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B123AB (or 0xB123AB) is known color: Medium Red Violet. HEX triplet: B1, 23 and AB. RGB value is (177,35,171). Sum of RGB (Red+Green+Blue) = 177+35+171=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B123AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B123AB is #4EDC54. Grayscale: #5C5C5C. Windows color (decimal): -5168213 or 11215793. OLE color: 11215793.

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

Color convert

RGB 177 35 171 -
CMYK 0 0.80 0.03 0.31
HSL 302.54º 0.67% 0.42% -
HSV(B) 302.54º 0.8% 0.69% -
XYZ 26.08 13.49 39.76 -
YUV 92.96 172.04 187.94 -
System Red Green Blue C M Y K H S L
Decimal 177 35 171 0 0.80 0.03 0.31 302.54 0.67 0.42
Hex B1 23 AB 0 50 3 1F 12F 43 2A
Octal 261 43 253 0 120 3 37 457 103 52
Binary 10110001 100011 10101011 0 1010000 11 11111 100101111 1000011 101010

Color Harmonies of #B123AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B123AB

Black with #B123AB

Text Example


Text Example

White with #B123AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B123AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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