Html Css Color HEX #B6378C Medium Red Violet

📋 copy color: '#B6378C'

red 182 ◦ green 55 ◦ blue 140

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

Shades of Medium Red Violet #B6378C

Tints of Medium Red Violet #B6378C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 48.28%
G = 14.59%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6378C (or 0xB6378C) is known color: Medium Red Violet. HEX triplet: B6, 37 and 8C. RGB value is (182,55,140). Sum of RGB (Red+Green+Blue) = 182+55+140=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B6378C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6378C is #49C873. Grayscale: #666666. Windows color (decimal): -4835444 or 9189302. OLE color: 9189302.

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

Color convert

RGB 182 55 140 -
CMYK 0 0.70 0.23 0.29
HSL 319.84º 0.54% 0.46% -
HSV(B) 319.84º 0.7% 0.71% -
XYZ 25.39 14.57 26.29 -
YUV 102.66 149.08 184.59 -
System Red Green Blue C M Y K H S L
Decimal 182 55 140 0 0.70 0.23 0.29 319.84 0.54 0.46
Hex B6 37 8C 0 46 17 1D 140 36 2E
Octal 266 67 214 0 106 27 35 500 66 56
Binary 10110110 110111 10001100 0 1000110 10111 11101 101000000 110110 101110

Color Harmonies of #B6378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6378C

Black with #B6378C

Text Example


Text Example

White with #B6378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6378C; }

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

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

background-color css

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

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

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

border-color css

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

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

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