Html Css Color HEX #B3129D Medium Violet Red

📋 copy color: '#B3129D'

red 179 ◦ green 18 ◦ blue 157

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

Shades of Medium Violet Red #B3129D

Tints of Medium Violet Red #B3129D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.35%

R = 50.56%
G = 5.08%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B3129D (or 0xB3129D) is known color: Medium Violet Red. HEX triplet: B3, 12 and 9D. RGB value is (179,18,157). Sum of RGB (Red+Green+Blue) = 179+18+157=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B3129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3129D is #4CED62. Grayscale: #515151. Windows color (decimal): -5041507 or 10293939. OLE color: 10293939.

HSL color Cylindrical-coordinate representation of color #B3129D: hue angle of 308.2º 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 #B3129D is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 18 157 -
CMYK 0 0.90 0.12 0.30
HSL 308.2º 0.82% 0.39% -
HSV(B) 308.2º 0.9% 0.7% -
XYZ 24.89 12.45 32.99 -
YUV 81.99 170.34 197.2 -
System Red Green Blue C M Y K H S L
Decimal 179 18 157 0 0.90 0.12 0.30 308.2 0.82 0.39
Hex B3 12 9D 0 5A C 1E 134 52 27
Octal 263 22 235 0 132 14 36 464 122 47
Binary 10110011 10010 10011101 0 1011010 1100 11110 100110100 1010010 100111

Color Harmonies of #B3129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3129D

Black with #B3129D

Text Example


Text Example

White with #B3129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3129D; }

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

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

background-color css

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

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

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

border-color css

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

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

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