Html Css Color HEX #B0289F Medium Red Violet

📋 copy color: '#B0289F'

red 176 ◦ green 40 ◦ blue 159

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

Shades of Medium Red Violet #B0289F

Tints of Medium Red Violet #B0289F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 46.93%
G = 10.67%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0289F (or 0xB0289F) is known color: Medium Red Violet. HEX triplet: B0, 28 and 9F. RGB value is (176,40,159). Sum of RGB (Red+Green+Blue) = 176+40+159=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B0289F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0289F is #4FD760. Grayscale: #5D5D5D. Windows color (decimal): -5232481 or 10430640. OLE color: 10430640.

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

Color convert

RGB 176 40 159 -
CMYK 0 0.77 0.10 0.31
HSL 307.5º 0.63% 0.42% -
HSV(B) 307.5º 0.77% 0.69% -
XYZ 24.92 13.25 34.05 -
YUV 94.23 164.56 186.32 -
System Red Green Blue C M Y K H S L
Decimal 176 40 159 0 0.77 0.10 0.31 307.5 0.63 0.42
Hex B0 28 9F 0 4D A 1F 134 3F 2A
Octal 260 50 237 0 115 12 37 464 77 52
Binary 10110000 101000 10011111 0 1001101 1010 11111 100110100 111111 101010

Color Harmonies of #B0289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0289F

Black with #B0289F

Text Example


Text Example

White with #B0289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0289F; }

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

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

background-color css

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

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

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

border-color css

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

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

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