Html Css Color HEX #B04197 Medium Red Violet

📋 copy color: '#B04197'

red 176 ◦ green 65 ◦ blue 151

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

Shades of Medium Red Violet #B04197

Tints of Medium Red Violet #B04197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.52%

R = 44.9%
G = 16.58%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B04197 (or 0xB04197) is known color: Medium Red Violet. HEX triplet: B0, 41 and 97. RGB value is (176,65,151). Sum of RGB (Red+Green+Blue) = 176+65+151=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B04197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04197 is #4FBE68. Grayscale: #6B6B6B. Windows color (decimal): -5226089 or 9912752. OLE color: 9912752.

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

Color convert

RGB 176 65 151 -
CMYK 0 0.63 0.14 0.31
HSL 313.51º 0.46% 0.47% -
HSV(B) 313.51º 0.63% 0.69% -
XYZ 25.38 15.25 30.88 -
YUV 107.99 152.27 176.51 -
System Red Green Blue C M Y K H S L
Decimal 176 65 151 0 0.63 0.14 0.31 313.51 0.46 0.47
Hex B0 41 97 0 3F E 1F 13A 2E 2F
Octal 260 101 227 0 77 16 37 472 56 57
Binary 10110000 1000001 10010111 0 111111 1110 11111 100111010 101110 101111

Color Harmonies of #B04197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04197

Black with #B04197

Text Example


Text Example

White with #B04197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04197; }

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

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

background-color css

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

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

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

border-color css

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

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

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