Html Css Color HEX #B0248E Medium Red Violet

📋 copy color: '#B0248E'

red 176 ◦ green 36 ◦ blue 142

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

Shades of Medium Red Violet #B0248E

Tints of Medium Red Violet #B0248E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.11%

R = 49.72%
G = 10.17%
B = 40.11%

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

#B0248E (or 0xB0248E) is known color: Medium Red Violet. HEX triplet: B0, 24 and 8E. RGB value is (176,36,142). Sum of RGB (Red+Green+Blue) = 176+36+142=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0248E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0248E is #4FDB71. Grayscale: #595959. Windows color (decimal): -5233522 or 9315504. OLE color: 9315504.

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

Color convert

RGB 176 36 142 -
CMYK 0 0.80 0.19 0.31
HSL 314.57º 0.66% 0.42% -
HSV(B) 314.57º 0.8% 0.69% -
XYZ 23.42 12.44 26.76 -
YUV 89.94 157.38 189.38 -
System Red Green Blue C M Y K H S L
Decimal 176 36 142 0 0.80 0.19 0.31 314.57 0.66 0.42
Hex B0 24 8E 0 50 13 1F 13B 42 2A
Octal 260 44 216 0 120 23 37 473 102 52
Binary 10110000 100100 10001110 0 1010000 10011 11111 100111011 1000010 101010

Color Harmonies of #B0248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0248E

Black with #B0248E

Text Example


Text Example

White with #B0248E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0248E; }

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

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

background-color css

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

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

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

border-color css

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

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

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