Html Css Color HEX #B03786 Medium Red Violet

📋 copy color: '#B03786'

red 176 ◦ green 55 ◦ blue 134

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

Shades of Medium Red Violet #B03786

Tints of Medium Red Violet #B03786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.71%

R = 48.22%
G = 15.07%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B03786 (or 0xB03786) is known color: Medium Red Violet. HEX triplet: B0, 37 and 86. RGB value is (176,55,134). Sum of RGB (Red+Green+Blue) = 176+55+134=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B03786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03786 is #4FC879. Grayscale: #636363. Windows color (decimal): -5228666 or 8796080. OLE color: 8796080.

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

Color convert

RGB 176 55 134 -
CMYK 0 0.69 0.24 0.31
HSL 320.83º 0.52% 0.45% -
HSV(B) 320.83º 0.69% 0.69% -
XYZ 23.57 13.68 23.95 -
YUV 100.19 147.09 182.08 -
System Red Green Blue C M Y K H S L
Decimal 176 55 134 0 0.69 0.24 0.31 320.83 0.52 0.45
Hex B0 37 86 0 45 18 1F 141 34 2D
Octal 260 67 206 0 105 30 37 501 64 55
Binary 10110000 110111 10000110 0 1000101 11000 11111 101000001 110100 101101

Color Harmonies of #B03786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03786

Black with #B03786

Text Example


Text Example

White with #B03786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03786; }

 p { color: rgb(176,55,134); }

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

background-color css

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

 a { background-color: rgb(176,55,134); }

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

border-color css

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

 span { border-color: rgb(176,55,134); }

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