Html Css Color HEX #B6128D Medium Violet Red

📋 copy color: '#B6128D'

red 182 ◦ green 18 ◦ blue 141

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

Shades of Medium Violet Red #B6128D

Tints of Medium Violet Red #B6128D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.35%

R = 53.37%
G = 5.28%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6128D (or 0xB6128D) is known color: Medium Violet Red. HEX triplet: B6, 12 and 8D. RGB value is (182,18,141). Sum of RGB (Red+Green+Blue) = 182+18+141=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B6128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6128D is #49ED72. Grayscale: #505050. Windows color (decimal): -4844915 or 9245366. OLE color: 9245366.

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

Color convert

RGB 182 18 141 -
CMYK 0 0.90 0.23 0.29
HSL 315º 0.82% 0.39% -
HSV(B) 315º 0.9% 0.71% -
XYZ 24.32 12.3 26.29 -
YUV 81.06 161.83 200 -
System Red Green Blue C M Y K H S L
Decimal 182 18 141 0 0.90 0.23 0.29 315 0.82 0.39
Hex B6 12 8D 0 5A 17 1D 13B 52 27
Octal 266 22 215 0 132 27 35 473 122 47
Binary 10110110 10010 10001101 0 1011010 10111 11101 100111011 1010010 100111

Color Harmonies of #B6128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6128D

Black with #B6128D

Text Example


Text Example

White with #B6128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6128D; }

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

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

background-color css

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

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

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

border-color css

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

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

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