Html Css Color HEX #B2246C Medium Red Violet

📋 copy color: '#B2246C'

red 178 ◦ green 36 ◦ blue 108

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

Shades of Medium Red Violet #B2246C

Tints of Medium Red Violet #B2246C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 55.28%
G = 11.18%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2246C (or 0xB2246C) is known color: Medium Red Violet. HEX triplet: B2, 24 and 6C. RGB value is (178,36,108). Sum of RGB (Red+Green+Blue) = 178+36+108=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B2246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2246C is #4DDB93. Grayscale: #565656. Windows color (decimal): -5102484 or 7087282. OLE color: 7087282.

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

Color convert

RGB 178 36 108 -
CMYK 0 0.80 0.39 0.30
HSL 329.58º 0.66% 0.42% -
HSV(B) 329.58º 0.8% 0.7% -
XYZ 21.7 11.81 15.32 -
YUV 86.67 140.04 193.15 -
System Red Green Blue C M Y K H S L
Decimal 178 36 108 0 0.80 0.39 0.30 329.58 0.66 0.42
Hex B2 24 6C 0 50 27 1E 14A 42 2A
Octal 262 44 154 0 120 47 36 512 102 52
Binary 10110010 100100 1101100 0 1010000 100111 11110 101001010 1000010 101010

Color Harmonies of #B2246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2246C

Black with #B2246C

Text Example


Text Example

White with #B2246C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2246C; }

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

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

background-color css

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

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

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

border-color css

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

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

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