Html Css Color HEX #B43288 Medium Red Violet

📋 copy color: '#B43288'

red 180 ◦ green 50 ◦ blue 136

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

Shades of Medium Red Violet #B43288

Tints of Medium Red Violet #B43288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.66%

 BLUE value IS 136 (53.52% from 255) = 37.16%

R = 49.18%
G = 13.66%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B43288 (or 0xB43288) is known color: Medium Red Violet. HEX triplet: B4, 32 and 88. RGB value is (180,50,136). Sum of RGB (Red+Green+Blue) = 180+50+136=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B43288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43288 is #4BCD77. Grayscale: #626262. Windows color (decimal): -4967800 or 8925876. OLE color: 8925876.

HSL color Cylindrical-coordinate representation of color #B43288: hue angle of 320.31º degrees, saturation: 0.57, 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 #B43288 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 50 136 -
CMYK 0 0.72 0.24 0.29
HSL 320.31º 0.57% 0.45% -
HSV(B) 320.31º 0.72% 0.71% -
XYZ 24.41 13.76 24.66 -
YUV 98.67 149.07 186.01 -
System Red Green Blue C M Y K H S L
Decimal 180 50 136 0 0.72 0.24 0.29 320.31 0.57 0.45
Hex B4 32 88 0 48 18 1D 140 39 2D
Octal 264 62 210 0 110 30 35 500 71 55
Binary 10110100 110010 10001000 0 1001000 11000 11101 101000000 111001 101101

Color Harmonies of #B43288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43288

Black with #B43288

Text Example


Text Example

White with #B43288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43288; }

 p { color: rgb(180,50,136); }

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

background-color css

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

 a { background-color: rgb(180,50,136); }

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

border-color css

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

 span { border-color: rgb(180,50,136); }

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