Html Css Color HEX #B6147D Medium Violet Red

📋 copy color: '#B6147D'

red 182 ◦ green 20 ◦ blue 125

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

Shades of Medium Violet Red #B6147D

Tints of Medium Violet Red #B6147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.12%

 BLUE value IS 125 (49.22% from 255) = 38.23%

R = 55.66%
G = 6.12%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6147D (or 0xB6147D) is known color: Medium Violet Red. HEX triplet: B6, 14 and 7D. RGB value is (182,20,125). Sum of RGB (Red+Green+Blue) = 182+20+125=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B6147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6147D is #49EB82. Grayscale: #505050. Windows color (decimal): -4844419 or 8197302. OLE color: 8197302.

HSL color Cylindrical-coordinate representation of color #B6147D: hue angle of 321.11º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B6147D is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 20 125 -
CMYK 0 0.89 0.31 0.29
HSL 321.11º 0.8% 0.4% -
HSV(B) 321.11º 0.89% 0.71% -
XYZ 23.24 11.93 20.48 -
YUV 80.41 153.17 200.46 -
System Red Green Blue C M Y K H S L
Decimal 182 20 125 0 0.89 0.31 0.29 321.11 0.8 0.4
Hex B6 14 7D 0 59 1F 1D 141 50 28
Octal 266 24 175 0 131 37 35 501 120 50
Binary 10110110 10100 1111101 0 1011001 11111 11101 101000001 1010000 101000

Color Harmonies of #B6147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6147D

Black with #B6147D

Text Example


Text Example

White with #B6147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6147D; }

 p { color: rgb(182,20,125); }

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

background-color css

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

 a { background-color: rgb(182,20,125); }

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

border-color css

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

 span { border-color: rgb(182,20,125); }

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