Html Css Color HEX #B6378A Medium Red Violet

📋 copy color: '#B6378A'

red 182 ◦ green 55 ◦ blue 138

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

Shades of Medium Red Violet #B6378A

Tints of Medium Red Violet #B6378A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.8%

R = 48.53%
G = 14.67%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6378A (or 0xB6378A) is known color: Medium Red Violet. HEX triplet: B6, 37 and 8A. RGB value is (182,55,138). Sum of RGB (Red+Green+Blue) = 182+55+138=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B6378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6378A is #49C875. Grayscale: #666666. Windows color (decimal): -4835446 or 9058230. OLE color: 9058230.

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

Color convert

RGB 182 55 138 -
CMYK 0 0.70 0.24 0.29
HSL 320.79º 0.54% 0.46% -
HSV(B) 320.79º 0.7% 0.71% -
XYZ 25.25 14.51 25.52 -
YUV 102.44 148.08 184.75 -
System Red Green Blue C M Y K H S L
Decimal 182 55 138 0 0.70 0.24 0.29 320.79 0.54 0.46
Hex B6 37 8A 0 46 18 1D 141 36 2E
Octal 266 67 212 0 106 30 35 501 66 56
Binary 10110110 110111 10001010 0 1000110 11000 11101 101000001 110110 101110

Color Harmonies of #B6378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6378A

Black with #B6378A

Text Example


Text Example

White with #B6378A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6378A; }

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

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

background-color css

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

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

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

border-color css

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

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

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