Html Css Color HEX #B2247C Medium Red Violet

📋 copy color: '#B2247C'

red 178 ◦ green 36 ◦ blue 124

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

Shades of Medium Red Violet #B2247C

Tints of Medium Red Violet #B2247C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.69%

R = 52.66%
G = 10.65%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2247C (or 0xB2247C) is known color: Medium Red Violet. HEX triplet: B2, 24 and 7C. RGB value is (178,36,124). Sum of RGB (Red+Green+Blue) = 178+36+124=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2247C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2247C is #4DDB83. Grayscale: #585858. Windows color (decimal): -5102468 or 8135858. OLE color: 8135858.

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

Color convert

RGB 178 36 124 -
CMYK 0 0.80 0.30 0.30
HSL 322.82º 0.66% 0.42% -
HSV(B) 322.82º 0.8% 0.7% -
XYZ 22.63 12.18 20.23 -
YUV 88.49 148.04 191.84 -
System Red Green Blue C M Y K H S L
Decimal 178 36 124 0 0.80 0.30 0.30 322.82 0.66 0.42
Hex B2 24 7C 0 50 1E 1E 143 42 2A
Octal 262 44 174 0 120 36 36 503 102 52
Binary 10110010 100100 1111100 0 1010000 11110 11110 101000011 1000010 101010

Color Harmonies of #B2247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2247C

Black with #B2247C

Text Example


Text Example

White with #B2247C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2247C; }

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

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

background-color css

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

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

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

border-color css

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

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

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