Html Css Color HEX #B04186 Medium Red Violet

📋 copy color: '#B04186'

red 176 ◦ green 65 ◦ blue 134

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

Shades of Medium Red Violet #B04186

Tints of Medium Red Violet #B04186

RGB

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

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

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

R = 46.93%
G = 17.33%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B04186 (or 0xB04186) is known color: Medium Red Violet. HEX triplet: B0, 41 and 86. RGB value is (176,65,134). Sum of RGB (Red+Green+Blue) = 176+65+134=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B04186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04186 is #4FBE79. Grayscale: #696969. Windows color (decimal): -5226106 or 8798640. OLE color: 8798640.

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

Color convert

RGB 176 65 134 -
CMYK 0 0.63 0.24 0.31
HSL 322.7º 0.46% 0.47% -
HSV(B) 322.7º 0.63% 0.69% -
XYZ 24.1 14.73 24.13 -
YUV 106.06 143.77 177.89 -
System Red Green Blue C M Y K H S L
Decimal 176 65 134 0 0.63 0.24 0.31 322.7 0.46 0.47
Hex B0 41 86 0 3F 18 1F 143 2E 2F
Octal 260 101 206 0 77 30 37 503 56 57
Binary 10110000 1000001 10000110 0 111111 11000 11111 101000011 101110 101111

Color Harmonies of #B04186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04186

Black with #B04186

Text Example


Text Example

White with #B04186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04186; }

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

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

background-color css

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

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

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

border-color css

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

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

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