Html Css Color HEX #B42888 Medium Red Violet

📋 copy color: '#B42888'

red 180 ◦ green 40 ◦ blue 136

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

Shades of Medium Red Violet #B42888

Tints of Medium Red Violet #B42888

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.24%

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

R = 50.56%
G = 11.24%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B42888 (or 0xB42888) is known color: Medium Red Violet. HEX triplet: B4, 28 and 88. RGB value is (180,40,136). Sum of RGB (Red+Green+Blue) = 180+40+136=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B42888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42888 is #4BD777. Grayscale: #5C5C5C. Windows color (decimal): -4970360 or 8923316. OLE color: 8923316.

HSL color Cylindrical-coordinate representation of color #B42888: hue angle of 318.86º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42888 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 40 136 -
CMYK 0 0.78 0.24 0.29
HSL 318.86º 0.64% 0.43% -
HSV(B) 318.86º 0.78% 0.71% -
XYZ 24.03 13 24.54 -
YUV 92.8 152.38 190.19 -
System Red Green Blue C M Y K H S L
Decimal 180 40 136 0 0.78 0.24 0.29 318.86 0.64 0.43
Hex B4 28 88 0 4E 18 1D 13F 40 2B
Octal 264 50 210 0 116 30 35 477 100 53
Binary 10110100 101000 10001000 0 1001110 11000 11101 100111111 1000000 101011

Color Harmonies of #B42888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42888

Black with #B42888

Text Example


Text Example

White with #B42888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42888; }

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

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

background-color css

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

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

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

border-color css

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

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

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