Html Css Color HEX #B2397C Medium Red Violet

📋 copy color: '#B2397C'

red 178 ◦ green 57 ◦ blue 124

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

Shades of Medium Red Violet #B2397C

Tints of Medium Red Violet #B2397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.88%

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

R = 49.58%
G = 15.88%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2397C (or 0xB2397C) is known color: Medium Red Violet. HEX triplet: B2, 39 and 7C. RGB value is (178,57,124). Sum of RGB (Red+Green+Blue) = 178+57+124=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B2397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2397C is #4DC683. Grayscale: #646464. Windows color (decimal): -5097092 or 8141234. OLE color: 8141234.

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

Color convert

RGB 178 57 124 -
CMYK 0 0.68 0.30 0.30
HSL 326.78º 0.51% 0.46% -
HSV(B) 326.78º 0.68% 0.7% -
XYZ 23.46 13.85 20.5 -
YUV 100.82 141.09 183.05 -
System Red Green Blue C M Y K H S L
Decimal 178 57 124 0 0.68 0.30 0.30 326.78 0.51 0.46
Hex B2 39 7C 0 44 1E 1E 147 33 2E
Octal 262 71 174 0 104 36 36 507 63 56
Binary 10110010 111001 1111100 0 1000100 11110 11110 101000111 110011 101110

Color Harmonies of #B2397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2397C

Black with #B2397C

Text Example


Text Example

White with #B2397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2397C; }

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

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

background-color css

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

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

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

border-color css

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

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

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