Html Css Color HEX #B6129B Medium Violet Red

📋 copy color: '#B6129B'

red 182 ◦ green 18 ◦ blue 155

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

Shades of Medium Violet Red #B6129B

Tints of Medium Violet Red #B6129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.66%

R = 51.27%
G = 5.07%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6129B (or 0xB6129B) is known color: Medium Violet Red. HEX triplet: B6, 12 and 9B. RGB value is (182,18,155). Sum of RGB (Red+Green+Blue) = 182+18+155=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B6129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6129B is #49ED64. Grayscale: #525252. Windows color (decimal): -4844901 or 10162870. OLE color: 10162870.

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

Color convert

RGB 182 18 155 -
CMYK 0 0.90 0.15 0.29
HSL 309.88º 0.82% 0.39% -
HSV(B) 309.88º 0.9% 0.71% -
XYZ 25.42 12.74 32.13 -
YUV 82.65 168.83 198.86 -
System Red Green Blue C M Y K H S L
Decimal 182 18 155 0 0.90 0.15 0.29 309.88 0.82 0.39
Hex B6 12 9B 0 5A F 1D 136 52 27
Octal 266 22 233 0 132 17 35 466 122 47
Binary 10110110 10010 10011011 0 1011010 1111 11101 100110110 1010010 100111

Color Harmonies of #B6129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6129B

Black with #B6129B

Text Example


Text Example

White with #B6129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6129B; }

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

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

background-color css

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

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

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

border-color css

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

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

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