Html Css Color HEX #B04187 Medium Red Violet

📋 copy color: '#B04187'

red 176 ◦ green 65 ◦ blue 135

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

Shades of Medium Red Violet #B04187

Tints of Medium Red Violet #B04187

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.29%

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

R = 46.81%
G = 17.29%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B04187 (or 0xB04187) is known color: Medium Red Violet. HEX triplet: B0, 41 and 87. RGB value is (176,65,135). Sum of RGB (Red+Green+Blue) = 176+65+135=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B04187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04187 is #4FBE78. Grayscale: #6A6A6A. Windows color (decimal): -5226105 or 8864176. OLE color: 8864176.

HSL color Cylindrical-coordinate representation of color #B04187: hue angle of 322.16º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04187 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 65 135 -
CMYK 0 0.63 0.23 0.31
HSL 322.16º 0.46% 0.47% -
HSV(B) 322.16º 0.63% 0.69% -
XYZ 24.17 14.76 24.5 -
YUV 106.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 176 65 135 0 0.63 0.23 0.31 322.16 0.46 0.47
Hex B0 41 87 0 3F 17 1F 142 2E 2F
Octal 260 101 207 0 77 27 37 502 56 57
Binary 10110000 1000001 10000111 0 111111 10111 11111 101000010 101110 101111

Color Harmonies of #B04187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04187

Black with #B04187

Text Example


Text Example

White with #B04187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04187; }

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

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

background-color css

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

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

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

border-color css

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

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

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