Html Css Color HEX #B6147B Medium Violet Red

📋 copy color: '#B6147B'

red 182 ◦ green 20 ◦ blue 123

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

Shades of Medium Violet Red #B6147B

Tints of Medium Violet Red #B6147B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.85%

R = 56%
G = 6.15%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6147B (or 0xB6147B) is known color: Medium Violet Red. HEX triplet: B6, 14 and 7B. RGB value is (182,20,123). Sum of RGB (Red+Green+Blue) = 182+20+123=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B6147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6147B is #49EB84. Grayscale: #4F4F4F. Windows color (decimal): -4844421 or 8066230. OLE color: 8066230.

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

Color convert

RGB 182 20 123 -
CMYK 0 0.89 0.32 0.29
HSL 321.85º 0.8% 0.4% -
HSV(B) 321.85º 0.89% 0.71% -
XYZ 23.12 11.88 19.81 -
YUV 80.18 152.17 200.62 -
System Red Green Blue C M Y K H S L
Decimal 182 20 123 0 0.89 0.32 0.29 321.85 0.8 0.4
Hex B6 14 7B 0 59 20 1D 142 50 28
Octal 266 24 173 0 131 40 35 502 120 50
Binary 10110110 10100 1111011 0 1011001 100000 11101 101000010 1010000 101000

Color Harmonies of #B6147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6147B

Black with #B6147B

Text Example


Text Example

White with #B6147B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6147B; }

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

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

background-color css

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

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

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

border-color css

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

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

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