Html Css Color HEX #B6377E Medium Red Violet

📋 copy color: '#B6377E'

red 182 ◦ green 55 ◦ blue 126

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

Shades of Medium Red Violet #B6377E

Tints of Medium Red Violet #B6377E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.15%

 BLUE value IS 126 (49.61% from 255) = 34.71%

R = 50.14%
G = 15.15%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6377E (or 0xB6377E) is known color: Medium Red Violet. HEX triplet: B6, 37 and 7E. RGB value is (182,55,126). Sum of RGB (Red+Green+Blue) = 182+55+126=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B6377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6377E is #49C881. Grayscale: #646464. Windows color (decimal): -4835458 or 8271798. OLE color: 8271798.

HSL color Cylindrical-coordinate representation of color #B6377E: hue angle of 326.46º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B6377E is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 55 126 -
CMYK 0 0.70 0.31 0.29
HSL 326.46º 0.54% 0.46% -
HSV(B) 326.46º 0.7% 0.71% -
XYZ 24.42 14.18 21.19 -
YUV 101.07 142.08 185.73 -
System Red Green Blue C M Y K H S L
Decimal 182 55 126 0 0.70 0.31 0.29 326.46 0.54 0.46
Hex B6 37 7E 0 46 1F 1D 146 36 2E
Octal 266 67 176 0 106 37 35 506 66 56
Binary 10110110 110111 1111110 0 1000110 11111 11101 101000110 110110 101110

Color Harmonies of #B6377E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6377E

Black with #B6377E

Text Example


Text Example

White with #B6377E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6377E; }

 p { color: rgb(182,55,126); }

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

background-color css

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

 a { background-color: rgb(182,55,126); }

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

border-color css

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

 span { border-color: rgb(182,55,126); }

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