Html Css Color HEX #B6387C Medium Red Violet

📋 copy color: '#B6387C'

red 182 ◦ green 56 ◦ blue 124

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

Shades of Medium Red Violet #B6387C

Tints of Medium Red Violet #B6387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.47%

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 50.28%
G = 15.47%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6387C (or 0xB6387C) is known color: Medium Red Violet. HEX triplet: B6, 38 and 7C. RGB value is (182,56,124). Sum of RGB (Red+Green+Blue) = 182+56+124=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B6387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6387C is #49C783. Grayscale: #656565. Windows color (decimal): -4835204 or 8140982. OLE color: 8140982.

HSL color Cylindrical-coordinate representation of color #B6387C: hue angle of 327.62º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B6387C is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 56 124 -
CMYK 0 0.69 0.32 0.29
HSL 327.62º 0.53% 0.47% -
HSV(B) 327.62º 0.69% 0.71% -
XYZ 24.34 14.23 20.53 -
YUV 101.43 140.74 185.47 -
System Red Green Blue C M Y K H S L
Decimal 182 56 124 0 0.69 0.32 0.29 327.62 0.53 0.47
Hex B6 38 7C 0 45 20 1D 148 35 2F
Octal 266 70 174 0 105 40 35 510 65 57
Binary 10110110 111000 1111100 0 1000101 100000 11101 101001000 110101 101111

Color Harmonies of #B6387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6387C

Black with #B6387C

Text Example


Text Example

White with #B6387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6387C; }

 p { color: rgb(182,56,124); }

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

background-color css

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

 a { background-color: rgb(182,56,124); }

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

border-color css

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

 span { border-color: rgb(182,56,124); }

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