Html Css Color HEX #B0248F Medium Red Violet

📋 copy color: '#B0248F'

red 176 ◦ green 36 ◦ blue 143

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

Shades of Medium Red Violet #B0248F

Tints of Medium Red Violet #B0248F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.28%

R = 49.58%
G = 10.14%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0248F (or 0xB0248F) is known color: Medium Red Violet. HEX triplet: B0, 24 and 8F. RGB value is (176,36,143). Sum of RGB (Red+Green+Blue) = 176+36+143=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0248F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0248F is #4FDB70. Grayscale: #595959. Windows color (decimal): -5233521 or 9381040. OLE color: 9381040.

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

Color convert

RGB 176 36 143 -
CMYK 0 0.80 0.19 0.31
HSL 314.14º 0.66% 0.42% -
HSV(B) 314.14º 0.8% 0.69% -
XYZ 23.49 12.48 27.16 -
YUV 90.06 157.88 189.3 -
System Red Green Blue C M Y K H S L
Decimal 176 36 143 0 0.80 0.19 0.31 314.14 0.66 0.42
Hex B0 24 8F 0 50 13 1F 13A 42 2A
Octal 260 44 217 0 120 23 37 472 102 52
Binary 10110000 100100 10001111 0 1010000 10011 11111 100111010 1000010 101010

Color Harmonies of #B0248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0248F

Black with #B0248F

Text Example


Text Example

White with #B0248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0248F; }

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

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

background-color css

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

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

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

border-color css

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

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

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