Html Css Color HEX #B2297C Medium Red Violet

📋 copy color: '#B2297C'

red 178 ◦ green 41 ◦ blue 124

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

Shades of Medium Red Violet #B2297C

Tints of Medium Red Violet #B2297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.95%

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

R = 51.9%
G = 11.95%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2297C (or 0xB2297C) is known color: Medium Red Violet. HEX triplet: B2, 29 and 7C. RGB value is (178,41,124). Sum of RGB (Red+Green+Blue) = 178+41+124=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B2297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2297C is #4DD683. Grayscale: #5B5B5B. Windows color (decimal): -5101188 or 8137138. OLE color: 8137138.

HSL color Cylindrical-coordinate representation of color #B2297C: hue angle of 323.65º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2297C is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 41 124 -
CMYK 0 0.77 0.30 0.30
HSL 323.65º 0.63% 0.43% -
HSV(B) 323.65º 0.77% 0.7% -
XYZ 22.79 12.51 20.28 -
YUV 91.43 146.39 189.75 -
System Red Green Blue C M Y K H S L
Decimal 178 41 124 0 0.77 0.30 0.30 323.65 0.63 0.43
Hex B2 29 7C 0 4D 1E 1E 144 3F 2B
Octal 262 51 174 0 115 36 36 504 77 53
Binary 10110010 101001 1111100 0 1001101 11110 11110 101000100 111111 101011

Color Harmonies of #B2297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2297C

Black with #B2297C

Text Example


Text Example

White with #B2297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2297C; }

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

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

background-color css

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

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

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

border-color css

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

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

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