Html Css Color HEX #B3129F Medium Violet Red

📋 copy color: '#B3129F'

red 179 ◦ green 18 ◦ blue 159

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

Shades of Medium Violet Red #B3129F

Tints of Medium Violet Red #B3129F

RGB

 RED value IS 179 (70.31% from 255) = 50.28%

 GREEN value IS 18 (7.42% from 255) = 5.06%

 BLUE value IS 159 (62.5% from 255) = 44.66%

R = 50.28%
G = 5.06%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B3129F (or 0xB3129F) is known color: Medium Violet Red. HEX triplet: B3, 12 and 9F. RGB value is (179,18,159). Sum of RGB (Red+Green+Blue) = 179+18+159=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B3129F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3129F is #4CED60. Grayscale: #515151. Windows color (decimal): -5041505 or 10425011. OLE color: 10425011.

HSL color Cylindrical-coordinate representation of color #B3129F: hue angle of 307.45º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B3129F is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 18 159 -
CMYK 0 0.90 0.11 0.30
HSL 307.45º 0.82% 0.39% -
HSV(B) 307.45º 0.9% 0.7% -
XYZ 25.06 12.52 33.9 -
YUV 82.21 171.34 197.04 -
System Red Green Blue C M Y K H S L
Decimal 179 18 159 0 0.90 0.11 0.30 307.45 0.82 0.39
Hex B3 12 9F 0 5A B 1E 133 52 27
Octal 263 22 237 0 132 13 36 463 122 47
Binary 10110011 10010 10011111 0 1011010 1011 11110 100110011 1010010 100111

Color Harmonies of #B3129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3129F

Black with #B3129F

Text Example


Text Example

White with #B3129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3129F; }

 p { color: rgb(179,18,159); }

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

background-color css

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

 a { background-color: rgb(179,18,159); }

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

border-color css

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

 span { border-color: rgb(179,18,159); }

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