Html Css Color HEX #B04598 Medium Red Violet

📋 copy color: '#B04598'

red 176 ◦ green 69 ◦ blue 152

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

Shades of Medium Red Violet #B04598

Tints of Medium Red Violet #B04598

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.38%

 BLUE value IS 152 (59.77% from 255) = 38.29%

R = 44.33%
G = 17.38%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B04598 (or 0xB04598) is known color: Medium Red Violet. HEX triplet: B0, 45 and 98. RGB value is (176,69,152). Sum of RGB (Red+Green+Blue) = 176+69+152=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B04598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04598 is #4FBA67. Grayscale: #6E6E6E. Windows color (decimal): -5225064 or 9979312. OLE color: 9979312.

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

Color convert

RGB 176 69 152 -
CMYK 0 0.61 0.14 0.31
HSL 313.46º 0.44% 0.48% -
HSV(B) 313.46º 0.61% 0.69% -
XYZ 25.7 15.75 31.39 -
YUV 110.46 151.45 174.75 -
System Red Green Blue C M Y K H S L
Decimal 176 69 152 0 0.61 0.14 0.31 313.46 0.44 0.48
Hex B0 45 98 0 3D E 1F 139 2C 30
Octal 260 105 230 0 75 16 37 471 54 60
Binary 10110000 1000101 10011000 0 111101 1110 11111 100111001 101100 110000

Color Harmonies of #B04598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04598

Black with #B04598

Text Example


Text Example

White with #B04598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04598; }

 p { color: rgb(176,69,152); }

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

background-color css

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

 a { background-color: rgb(176,69,152); }

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

border-color css

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

 span { border-color: rgb(176,69,152); }

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