Html Css Color HEX #B123A4 Medium Red Violet

📋 copy color: '#B123A4'

red 177 ◦ green 35 ◦ blue 164

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

Shades of Medium Red Violet #B123A4

Tints of Medium Red Violet #B123A4

RGB

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

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

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

R = 47.07%
G = 9.31%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B123A4 (or 0xB123A4) is known color: Medium Red Violet. HEX triplet: B1, 23 and A4. RGB value is (177,35,164). Sum of RGB (Red+Green+Blue) = 177+35+164=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B123A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B123A4 is #4EDC5B. Grayscale: #5B5B5B. Windows color (decimal): -5168220 or 10757041. OLE color: 10757041.

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

Color convert

RGB 177 35 164 -
CMYK 0 0.80 0.07 0.31
HSL 305.49º 0.67% 0.42% -
HSV(B) 305.49º 0.8% 0.69% -
XYZ 25.43 13.23 36.34 -
YUV 92.16 168.54 188.51 -
System Red Green Blue C M Y K H S L
Decimal 177 35 164 0 0.80 0.07 0.31 305.49 0.67 0.42
Hex B1 23 A4 0 50 7 1F 131 43 2A
Octal 261 43 244 0 120 7 37 461 103 52
Binary 10110001 100011 10100100 0 1010000 111 11111 100110001 1000011 101010

Color Harmonies of #B123A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B123A4

Black with #B123A4

Text Example


Text Example

White with #B123A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B123A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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