Html Css Color HEX #B6387F Medium Red Violet

📋 copy color: '#B6387F'

red 182 ◦ green 56 ◦ blue 127

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

Shades of Medium Red Violet #B6387F

Tints of Medium Red Violet #B6387F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.79%

R = 49.86%
G = 15.34%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B6387F (or 0xB6387F) is known color: Medium Red Violet. HEX triplet: B6, 38 and 7F. RGB value is (182,56,127). Sum of RGB (Red+Green+Blue) = 182+56+127=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B6387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6387F is #49C780. Grayscale: #656565. Windows color (decimal): -4835201 or 8337590. OLE color: 8337590.

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

Color convert

RGB 182 56 127 -
CMYK 0 0.69 0.30 0.29
HSL 326.19º 0.53% 0.47% -
HSV(B) 326.19º 0.69% 0.71% -
XYZ 24.54 14.31 21.55 -
YUV 101.77 142.24 185.23 -
System Red Green Blue C M Y K H S L
Decimal 182 56 127 0 0.69 0.30 0.29 326.19 0.53 0.47
Hex B6 38 7F 0 45 1E 1D 146 35 2F
Octal 266 70 177 0 105 36 35 506 65 57
Binary 10110110 111000 1111111 0 1000101 11110 11101 101000110 110101 101111

Color Harmonies of #B6387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6387F

Black with #B6387F

Text Example


Text Example

White with #B6387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6387F; }

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

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

background-color css

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

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

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

border-color css

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

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

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