Html Css Color HEX #B8288A Medium Red Violet

📋 copy color: '#B8288A'

red 184 ◦ green 40 ◦ blue 138

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

Shades of Medium Red Violet #B8288A

Tints of Medium Red Violet #B8288A

RGB

 RED value IS 184 (72.27% from 255) = 50.83%

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

 BLUE value IS 138 (54.3% from 255) = 38.12%

R = 50.83%
G = 11.05%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8288A (or 0xB8288A) is known color: Medium Red Violet. HEX triplet: B8, 28 and 8A. RGB value is (184,40,138). Sum of RGB (Red+Green+Blue) = 184+40+138=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8288A is #47D775. Grayscale: #5D5D5D. Windows color (decimal): -4708214 or 9054392. OLE color: 9054392.

HSL color Cylindrical-coordinate representation of color #B8288A: hue angle of 319.17º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8288A is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 40 138 -
CMYK 0 0.78 0.25 0.28
HSL 319.17º 0.64% 0.44% -
HSV(B) 319.17º 0.78% 0.72% -
XYZ 25.11 13.54 25.34 -
YUV 94.23 152.71 192.03 -
System Red Green Blue C M Y K H S L
Decimal 184 40 138 0 0.78 0.25 0.28 319.17 0.64 0.44
Hex B8 28 8A 0 4E 19 1C 13F 40 2C
Octal 270 50 212 0 116 31 34 477 100 54
Binary 10111000 101000 10001010 0 1001110 11001 11100 100111111 1000000 101100

Color Harmonies of #B8288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8288A

Black with #B8288A

Text Example


Text Example

White with #B8288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8288A; }

 p { color: rgb(184,40,138); }

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

background-color css

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

 a { background-color: rgb(184,40,138); }

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

border-color css

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

 span { border-color: rgb(184,40,138); }

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