Html Css Color HEX #B3387D Medium Red Violet

📋 copy color: '#B3387D'

red 179 ◦ green 56 ◦ blue 125

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

Shades of Medium Red Violet #B3387D

Tints of Medium Red Violet #B3387D

RGB

 RED value IS 179 (70.31% from 255) = 49.72%

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

 BLUE value IS 125 (49.22% from 255) = 34.72%

R = 49.72%
G = 15.56%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3387D (or 0xB3387D) is known color: Medium Red Violet. HEX triplet: B3, 38 and 7D. RGB value is (179,56,125). Sum of RGB (Red+Green+Blue) = 179+56+125=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B3387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3387D is #4CC782. Grayscale: #646464. Windows color (decimal): -5031811 or 8206515. OLE color: 8206515.

HSL color Cylindrical-coordinate representation of color #B3387D: hue angle of 326.34º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3387D is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 56 125 -
CMYK 0 0.69 0.30 0.30
HSL 326.34º 0.52% 0.46% -
HSV(B) 326.34º 0.69% 0.7% -
XYZ 23.71 13.89 20.83 -
YUV 100.64 141.75 183.89 -
System Red Green Blue C M Y K H S L
Decimal 179 56 125 0 0.69 0.30 0.30 326.34 0.52 0.46
Hex B3 38 7D 0 45 1E 1E 146 34 2E
Octal 263 70 175 0 105 36 36 506 64 56
Binary 10110011 111000 1111101 0 1000101 11110 11110 101000110 110100 101110

Color Harmonies of #B3387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3387D

Black with #B3387D

Text Example


Text Example

White with #B3387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3387D; }

 p { color: rgb(179,56,125); }

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

background-color css

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

 a { background-color: rgb(179,56,125); }

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

border-color css

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

 span { border-color: rgb(179,56,125); }

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