Html Css Color HEX #B6129D Medium Violet Red

📋 copy color: '#B6129D'

red 182 ◦ green 18 ◦ blue 157

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

Shades of Medium Violet Red #B6129D

Tints of Medium Violet Red #B6129D

RGB

 RED value IS 182 (71.48% from 255) = 50.98%

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

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

R = 50.98%
G = 5.04%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6129D (or 0xB6129D) is known color: Medium Violet Red. HEX triplet: B6, 12 and 9D. RGB value is (182,18,157). Sum of RGB (Red+Green+Blue) = 182+18+157=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B6129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6129D is #49ED62. Grayscale: #525252. Windows color (decimal): -4844899 or 10293942. OLE color: 10293942.

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

Color convert

RGB 182 18 157 -
CMYK 0 0.90 0.14 0.29
HSL 309.15º 0.82% 0.39% -
HSV(B) 309.15º 0.9% 0.71% -
XYZ 25.59 12.81 33.02 -
YUV 82.88 169.83 198.7 -
System Red Green Blue C M Y K H S L
Decimal 182 18 157 0 0.90 0.14 0.29 309.15 0.82 0.39
Hex B6 12 9D 0 5A E 1D 135 52 27
Octal 266 22 235 0 132 16 35 465 122 47
Binary 10110110 10010 10011101 0 1011010 1110 11101 100110101 1010010 100111

Color Harmonies of #B6129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6129D

Black with #B6129D

Text Example


Text Example

White with #B6129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6129D; }

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

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

background-color css

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

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

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

border-color css

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

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

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