Html Css Color HEX #B43B98 Medium Red Violet

📋 copy color: '#B43B98'

red 180 ◦ green 59 ◦ blue 152

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

Shades of Medium Red Violet #B43B98

Tints of Medium Red Violet #B43B98

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.09%

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

R = 46.04%
G = 15.09%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B43B98 (or 0xB43B98) is known color: Medium Red Violet. HEX triplet: B4, 3B and 98. RGB value is (180,59,152). Sum of RGB (Red+Green+Blue) = 180+59+152=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43B98 is #4BC467. Grayscale: #696969. Windows color (decimal): -4965480 or 9976756. OLE color: 9976756.

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

Color convert

RGB 180 59 152 -
CMYK 0 0.67 0.16 0.29
HSL 313.88º 0.51% 0.47% -
HSV(B) 313.88º 0.67% 0.71% -
XYZ 26.05 15.1 31.25 -
YUV 105.78 154.09 180.94 -
System Red Green Blue C M Y K H S L
Decimal 180 59 152 0 0.67 0.16 0.29 313.88 0.51 0.47
Hex B4 3B 98 0 43 10 1D 13A 33 2F
Octal 264 73 230 0 103 20 35 472 63 57
Binary 10110100 111011 10011000 0 1000011 10000 11101 100111010 110011 101111

Color Harmonies of #B43B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43B98

Black with #B43B98

Text Example


Text Example

White with #B43B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43B98; }

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

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

background-color css

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

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

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

border-color css

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

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

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