Html Css Color HEX #B2246F Medium Red Violet

📋 copy color: '#B2246F'

red 178 ◦ green 36 ◦ blue 111

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

Shades of Medium Red Violet #B2246F

Tints of Medium Red Violet #B2246F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.15%

R = 54.77%
G = 11.08%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2246F (or 0xB2246F) is known color: Medium Red Violet. HEX triplet: B2, 24 and 6F. RGB value is (178,36,111). Sum of RGB (Red+Green+Blue) = 178+36+111=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2246F is #4DDB90. Grayscale: #565656. Windows color (decimal): -5102481 or 7283890. OLE color: 7283890.

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

Color convert

RGB 178 36 111 -
CMYK 0 0.80 0.38 0.30
HSL 328.31º 0.66% 0.42% -
HSV(B) 328.31º 0.8% 0.7% -
XYZ 21.86 11.87 16.18 -
YUV 87.01 141.54 192.9 -
System Red Green Blue C M Y K H S L
Decimal 178 36 111 0 0.80 0.38 0.30 328.31 0.66 0.42
Hex B2 24 6F 0 50 26 1E 148 42 2A
Octal 262 44 157 0 120 46 36 510 102 52
Binary 10110010 100100 1101111 0 1010000 100110 11110 101001000 1000010 101010

Color Harmonies of #B2246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2246F

Black with #B2246F

Text Example


Text Example

White with #B2246F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2246F; }

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

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

background-color css

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

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

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

border-color css

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

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

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