Html Css Color HEX #B0387C Medium Red Violet

📋 copy color: '#B0387C'

red 176 ◦ green 56 ◦ blue 124

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

Shades of Medium Red Violet #B0387C

Tints of Medium Red Violet #B0387C

RGB

 RED value IS 176 (69.14% from 255) = 49.44%

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

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

R = 49.44%
G = 15.73%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0387C (or 0xB0387C) is known color: Medium Red Violet. HEX triplet: B0, 38 and 7C. RGB value is (176,56,124). Sum of RGB (Red+Green+Blue) = 176+56+124=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0387C is #4FC783. Grayscale: #636363. Windows color (decimal): -5228420 or 8140976. OLE color: 8140976.

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

Color convert

RGB 176 56 124 -
CMYK 0 0.68 0.30 0.31
HSL 326º 0.52% 0.45% -
HSV(B) 326º 0.68% 0.69% -
XYZ 22.96 13.51 20.47 -
YUV 99.63 141.76 182.47 -
System Red Green Blue C M Y K H S L
Decimal 176 56 124 0 0.68 0.30 0.31 326 0.52 0.45
Hex B0 38 7C 0 44 1E 1F 146 34 2D
Octal 260 70 174 0 104 36 37 506 64 55
Binary 10110000 111000 1111100 0 1000100 11110 11111 101000110 110100 101101

Color Harmonies of #B0387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0387C

Black with #B0387C

Text Example


Text Example

White with #B0387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0387C; }

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

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

background-color css

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

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

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

border-color css

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

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

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