Html Css Color HEX #B0249F Medium Red Violet

📋 copy color: '#B0249F'

red 176 ◦ green 36 ◦ blue 159

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

Shades of Medium Red Violet #B0249F

Tints of Medium Red Violet #B0249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.7%

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

R = 47.44%
G = 9.7%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0249F (or 0xB0249F) is known color: Medium Red Violet. HEX triplet: B0, 24 and 9F. RGB value is (176,36,159). Sum of RGB (Red+Green+Blue) = 176+36+159=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0249F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0249F is #4FDB60. Grayscale: #5B5B5B. Windows color (decimal): -5233505 or 10429616. OLE color: 10429616.

HSL color Cylindrical-coordinate representation of color #B0249F: hue angle of 307.29º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0249F is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 36 159 -
CMYK 0 0.80 0.10 0.31
HSL 307.29º 0.66% 0.42% -
HSV(B) 307.29º 0.8% 0.69% -
XYZ 24.79 13 34 -
YUV 91.88 165.88 188 -
System Red Green Blue C M Y K H S L
Decimal 176 36 159 0 0.80 0.10 0.31 307.29 0.66 0.42
Hex B0 24 9F 0 50 A 1F 133 42 2A
Octal 260 44 237 0 120 12 37 463 102 52
Binary 10110000 100100 10011111 0 1010000 1010 11111 100110011 1000010 101010

Color Harmonies of #B0249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0249F

Black with #B0249F

Text Example


Text Example

White with #B0249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0249F; }

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

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

background-color css

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

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

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

border-color css

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

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

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