Html Css Color HEX #B0288A Medium Red Violet

📋 copy color: '#B0288A'

red 176 ◦ green 40 ◦ blue 138

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

Shades of Medium Red Violet #B0288A

Tints of Medium Red Violet #B0288A

RGB

 RED value IS 176 (69.14% from 255) = 49.72%

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

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

R = 49.72%
G = 11.3%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0288A (or 0xB0288A) is known color: Medium Red Violet. HEX triplet: B0, 28 and 8A. RGB value is (176,40,138). Sum of RGB (Red+Green+Blue) = 176+40+138=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0288A is #4FD775. Grayscale: #5B5B5B. Windows color (decimal): -5232502 or 9054384. OLE color: 9054384.

HSL color Cylindrical-coordinate representation of color #B0288A: hue angle of 316.76º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0288A is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 40 138 -
CMYK 0 0.77 0.22 0.31
HSL 316.76º 0.63% 0.42% -
HSV(B) 316.76º 0.77% 0.69% -
XYZ 23.25 12.58 25.25 -
YUV 91.84 154.06 188.03 -
System Red Green Blue C M Y K H S L
Decimal 176 40 138 0 0.77 0.22 0.31 316.76 0.63 0.42
Hex B0 28 8A 0 4D 16 1F 13D 3F 2A
Octal 260 50 212 0 115 26 37 475 77 52
Binary 10110000 101000 10001010 0 1001101 10110 11111 100111101 111111 101010

Color Harmonies of #B0288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0288A

Black with #B0288A

Text Example


Text Example

White with #B0288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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