Html Css Color HEX #B2249F Medium Red Violet

📋 copy color: '#B2249F'

red 178 ◦ green 36 ◦ blue 159

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

Shades of Medium Red Violet #B2249F

Tints of Medium Red Violet #B2249F

RGB

 RED value IS 178 (69.92% from 255) = 47.72%

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

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

R = 47.72%
G = 9.65%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2249F (or 0xB2249F) is known color: Medium Red Violet. HEX triplet: B2, 24 and 9F. RGB value is (178,36,159). Sum of RGB (Red+Green+Blue) = 178+36+159=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2249F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2249F is #4DDB60. Grayscale: #5C5C5C. Windows color (decimal): -5102433 or 10429618. OLE color: 10429618.

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

Color convert

RGB 178 36 159 -
CMYK 0 0.80 0.11 0.30
HSL 308.03º 0.66% 0.42% -
HSV(B) 308.03º 0.8% 0.7% -
XYZ 25.25 13.23 34.02 -
YUV 92.48 165.54 189 -
System Red Green Blue C M Y K H S L
Decimal 178 36 159 0 0.80 0.11 0.30 308.03 0.66 0.42
Hex B2 24 9F 0 50 B 1E 134 42 2A
Octal 262 44 237 0 120 13 36 464 102 52
Binary 10110010 100100 10011111 0 1010000 1011 11110 100110100 1000010 101010

Color Harmonies of #B2249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2249F

Black with #B2249F

Text Example


Text Example

White with #B2249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2249F; }

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

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

background-color css

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

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

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

border-color css

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

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

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