Html Css Color HEX #B6377B Medium Red Violet

📋 copy color: '#B6377B'

red 182 ◦ green 55 ◦ blue 123

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

Shades of Medium Red Violet #B6377B

Tints of Medium Red Violet #B6377B

RGB

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

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

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

R = 50.56%
G = 15.28%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6377B (or 0xB6377B) is known color: Medium Red Violet. HEX triplet: B6, 37 and 7B. RGB value is (182,55,123). Sum of RGB (Red+Green+Blue) = 182+55+123=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B6377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6377B is #49C884. Grayscale: #646464. Windows color (decimal): -4835461 or 8075190. OLE color: 8075190.

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

Color convert

RGB 182 55 123 -
CMYK 0 0.70 0.32 0.29
HSL 327.87º 0.54% 0.46% -
HSV(B) 327.87º 0.7% 0.71% -
XYZ 24.23 14.11 20.18 -
YUV 100.73 140.58 185.97 -
System Red Green Blue C M Y K H S L
Decimal 182 55 123 0 0.70 0.32 0.29 327.87 0.54 0.46
Hex B6 37 7B 0 46 20 1D 148 36 2E
Octal 266 67 173 0 106 40 35 510 66 56
Binary 10110110 110111 1111011 0 1000110 100000 11101 101001000 110110 101110

Color Harmonies of #B6377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6377B

Black with #B6377B

Text Example


Text Example

White with #B6377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6377B; }

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

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

background-color css

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

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

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

border-color css

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

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

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