Html Css Color HEX #B04397 Medium Red Violet

📋 copy color: '#B04397'

red 176 ◦ green 67 ◦ blue 151

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

Shades of Medium Red Violet #B04397

Tints of Medium Red Violet #B04397

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.01%

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

R = 44.67%
G = 17.01%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B04397 (or 0xB04397) is known color: Medium Red Violet. HEX triplet: B0, 43 and 97. RGB value is (176,67,151). Sum of RGB (Red+Green+Blue) = 176+67+151=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B04397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04397 is #4FBC68. Grayscale: #6C6C6C. Windows color (decimal): -5225577 or 9913264. OLE color: 9913264.

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

Color convert

RGB 176 67 151 -
CMYK 0 0.62 0.14 0.31
HSL 313.76º 0.45% 0.48% -
HSV(B) 313.76º 0.62% 0.69% -
XYZ 25.5 15.48 30.92 -
YUV 109.17 151.61 175.67 -
System Red Green Blue C M Y K H S L
Decimal 176 67 151 0 0.62 0.14 0.31 313.76 0.45 0.48
Hex B0 43 97 0 3E E 1F 13A 2D 30
Octal 260 103 227 0 76 16 37 472 55 60
Binary 10110000 1000011 10010111 0 111110 1110 11111 100111010 101101 110000

Color Harmonies of #B04397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04397

Black with #B04397

Text Example


Text Example

White with #B04397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04397; }

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

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

background-color css

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

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

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

border-color css

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

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

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