Html Css Color HEX #B0288B Medium Red Violet

📋 copy color: '#B0288B'

red 176 ◦ green 40 ◦ blue 139

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

Shades of Medium Red Violet #B0288B

Tints of Medium Red Violet #B0288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.15%

R = 49.58%
G = 11.27%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0288B (or 0xB0288B) is known color: Medium Red Violet. HEX triplet: B0, 28 and 8B. RGB value is (176,40,139). Sum of RGB (Red+Green+Blue) = 176+40+139=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0288B is #4FD774. Grayscale: #5B5B5B. Windows color (decimal): -5232501 or 9119920. OLE color: 9119920.

HSL color Cylindrical-coordinate representation of color #B0288B: hue angle of 316.32º 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 #B0288B is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 40 139 -
CMYK 0 0.77 0.21 0.31
HSL 316.32º 0.63% 0.42% -
HSV(B) 316.32º 0.77% 0.69% -
XYZ 23.32 12.61 25.63 -
YUV 91.95 154.56 187.95 -
System Red Green Blue C M Y K H S L
Decimal 176 40 139 0 0.77 0.21 0.31 316.32 0.63 0.42
Hex B0 28 8B 0 4D 15 1F 13C 3F 2A
Octal 260 50 213 0 115 25 37 474 77 52
Binary 10110000 101000 10001011 0 1001101 10101 11111 100111100 111111 101010

Color Harmonies of #B0288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0288B

Black with #B0288B

Text Example


Text Example

White with #B0288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0288B; }

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

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

background-color css

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

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

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

border-color css

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

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

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