Html Css Color HEX #B6379D Medium Red Violet

📋 copy color: '#B6379D'

red 182 ◦ green 55 ◦ blue 157

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

Shades of Medium Red Violet #B6379D

Tints of Medium Red Violet #B6379D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.85%

R = 46.19%
G = 13.96%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6379D (or 0xB6379D) is known color: Medium Red Violet. HEX triplet: B6, 37 and 9D. RGB value is (182,55,157). Sum of RGB (Red+Green+Blue) = 182+55+157=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B6379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6379D is #49C862. Grayscale: #686868. Windows color (decimal): -4835427 or 10303414. OLE color: 10303414.

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

Color convert

RGB 182 55 157 -
CMYK 0 0.70 0.14 0.29
HSL 311.81º 0.54% 0.46% -
HSV(B) 311.81º 0.7% 0.71% -
XYZ 26.74 15.11 33.41 -
YUV 104.6 157.58 183.21 -
System Red Green Blue C M Y K H S L
Decimal 182 55 157 0 0.70 0.14 0.29 311.81 0.54 0.46
Hex B6 37 9D 0 46 E 1D 138 36 2E
Octal 266 67 235 0 106 16 35 470 66 56
Binary 10110110 110111 10011101 0 1000110 1110 11101 100111000 110110 101110

Color Harmonies of #B6379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6379D

Black with #B6379D

Text Example


Text Example

White with #B6379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6379D; }

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

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

background-color css

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

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

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

border-color css

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

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

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