Html Css Color HEX #B43598 Medium Red Violet

📋 copy color: '#B43598'

red 180 ◦ green 53 ◦ blue 152

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

Shades of Medium Red Violet #B43598

Tints of Medium Red Violet #B43598

RGB

 RED value IS 180 (70.7% from 255) = 46.75%

 GREEN value IS 53 (21.09% from 255) = 13.77%

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

R = 46.75%
G = 13.77%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B43598 (or 0xB43598) is known color: Medium Red Violet. HEX triplet: B4, 35 and 98. RGB value is (180,53,152). Sum of RGB (Red+Green+Blue) = 180+53+152=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B43598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43598 is #4BCA67. Grayscale: #656565. Windows color (decimal): -4967016 or 9975220. OLE color: 9975220.

HSL color Cylindrical-coordinate representation of color #B43598: hue angle of 313.23º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43598 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 53 152 -
CMYK 0 0.71 0.16 0.29
HSL 313.23º 0.55% 0.46% -
HSV(B) 313.23º 0.71% 0.71% -
XYZ 25.76 14.52 31.15 -
YUV 102.26 156.08 183.45 -
System Red Green Blue C M Y K H S L
Decimal 180 53 152 0 0.71 0.16 0.29 313.23 0.55 0.46
Hex B4 35 98 0 47 10 1D 139 37 2E
Octal 264 65 230 0 107 20 35 471 67 56
Binary 10110100 110101 10011000 0 1000111 10000 11101 100111001 110111 101110

Color Harmonies of #B43598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43598

Black with #B43598

Text Example


Text Example

White with #B43598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43598; }

 p { color: rgb(180,53,152); }

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

background-color css

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

 a { background-color: rgb(180,53,152); }

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

border-color css

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

 span { border-color: rgb(180,53,152); }

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