Html Css Color HEX #B126A4 Medium Red Violet

📋 copy color: '#B126A4'

red 177 ◦ green 38 ◦ blue 164

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

Shades of Medium Red Violet #B126A4

Tints of Medium Red Violet #B126A4

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.03%

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

R = 46.7%
G = 10.03%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B126A4 (or 0xB126A4) is known color: Medium Red Violet. HEX triplet: B1, 26 and A4. RGB value is (177,38,164). Sum of RGB (Red+Green+Blue) = 177+38+164=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B126A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B126A4 is #4ED95B. Grayscale: #5D5D5D. Windows color (decimal): -5167452 or 10757809. OLE color: 10757809.

HSL color Cylindrical-coordinate representation of color #B126A4: hue angle of 305.61º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B126A4 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 38 164 -
CMYK 0 0.79 0.07 0.31
HSL 305.61º 0.65% 0.42% -
HSV(B) 305.61º 0.79% 0.69% -
XYZ 25.53 13.41 36.37 -
YUV 93.93 167.55 187.25 -
System Red Green Blue C M Y K H S L
Decimal 177 38 164 0 0.79 0.07 0.31 305.61 0.65 0.42
Hex B1 26 A4 0 4F 7 1F 132 41 2A
Octal 261 46 244 0 117 7 37 462 101 52
Binary 10110001 100110 10100100 0 1001111 111 11111 100110010 1000001 101010

Color Harmonies of #B126A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B126A4

Black with #B126A4

Text Example


Text Example

White with #B126A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B126A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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