Html Css Color HEX #B43398 Medium Red Violet

📋 copy color: '#B43398'

red 180 ◦ green 51 ◦ blue 152

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

Shades of Medium Red Violet #B43398

Tints of Medium Red Violet #B43398

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.32%

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

R = 47%
G = 13.32%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B43398 (or 0xB43398) is known color: Medium Red Violet. HEX triplet: B4, 33 and 98. RGB value is (180,51,152). Sum of RGB (Red+Green+Blue) = 180+51+152=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B43398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43398 is #4BCC67. Grayscale: #646464. Windows color (decimal): -4967528 or 9974708. OLE color: 9974708.

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

Color convert

RGB 180 51 152 -
CMYK 0 0.72 0.16 0.29
HSL 313.02º 0.56% 0.45% -
HSV(B) 313.02º 0.72% 0.71% -
XYZ 25.67 14.34 31.12 -
YUV 101.09 156.74 184.29 -
System Red Green Blue C M Y K H S L
Decimal 180 51 152 0 0.72 0.16 0.29 313.02 0.56 0.45
Hex B4 33 98 0 48 10 1D 139 38 2D
Octal 264 63 230 0 110 20 35 471 70 55
Binary 10110100 110011 10011000 0 1001000 10000 11101 100111001 111000 101101

Color Harmonies of #B43398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43398

Black with #B43398

Text Example


Text Example

White with #B43398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43398; }

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

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

background-color css

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

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

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

border-color css

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

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

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