Html Css Color HEX #B03887 Medium Red Violet

📋 copy color: '#B03887'

red 176 ◦ green 56 ◦ blue 135

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

Shades of Medium Red Violet #B03887

Tints of Medium Red Violet #B03887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.78%

R = 47.96%
G = 15.26%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B03887 (or 0xB03887) is known color: Medium Red Violet. HEX triplet: B0, 38 and 87. RGB value is (176,56,135). Sum of RGB (Red+Green+Blue) = 176+56+135=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B03887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03887 is #4FC778. Grayscale: #646464. Windows color (decimal): -5228409 or 8861872. OLE color: 8861872.

HSL color Cylindrical-coordinate representation of color #B03887: hue angle of 320.5º 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 #B03887 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 56 135 -
CMYK 0 0.68 0.23 0.31
HSL 320.5º 0.52% 0.45% -
HSV(B) 320.5º 0.68% 0.69% -
XYZ 23.69 13.81 24.34 -
YUV 100.89 147.26 181.58 -
System Red Green Blue C M Y K H S L
Decimal 176 56 135 0 0.68 0.23 0.31 320.5 0.52 0.45
Hex B0 38 87 0 44 17 1F 140 34 2D
Octal 260 70 207 0 104 27 37 500 64 55
Binary 10110000 111000 10000111 0 1000100 10111 11111 101000000 110100 101101

Color Harmonies of #B03887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03887

Black with #B03887

Text Example


Text Example

White with #B03887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03887; }

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

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

background-color css

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

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

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

border-color css

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

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

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