Html Css Color HEX #B4288F Medium Red Violet

📋 copy color: '#B4288F'

red 180 ◦ green 40 ◦ blue 143

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

Shades of Medium Red Violet #B4288F

Tints of Medium Red Violet #B4288F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.39%

R = 49.59%
G = 11.02%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B4288F (or 0xB4288F) is known color: Medium Red Violet. HEX triplet: B4, 28 and 8F. RGB value is (180,40,143). Sum of RGB (Red+Green+Blue) = 180+40+143=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B4288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4288F is #4BD770. Grayscale: #5D5D5D. Windows color (decimal): -4970353 or 9382068. OLE color: 9382068.

HSL color Cylindrical-coordinate representation of color #B4288F: hue angle of 315.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 #B4288F is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 40 143 -
CMYK 0 0.78 0.21 0.29
HSL 315.86º 0.64% 0.43% -
HSV(B) 315.86º 0.78% 0.71% -
XYZ 24.54 13.2 27.24 -
YUV 93.6 155.88 189.62 -
System Red Green Blue C M Y K H S L
Decimal 180 40 143 0 0.78 0.21 0.29 315.86 0.64 0.43
Hex B4 28 8F 0 4E 15 1D 13C 40 2B
Octal 264 50 217 0 116 25 35 474 100 53
Binary 10110100 101000 10001111 0 1001110 10101 11101 100111100 1000000 101011

Color Harmonies of #B4288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4288F

Black with #B4288F

Text Example


Text Example

White with #B4288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4288F; }

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

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

background-color css

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

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

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

border-color css

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

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

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