Html Css Color HEX #B2397D Medium Red Violet

📋 copy color: '#B2397D'

red 178 ◦ green 57 ◦ blue 125

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

Shades of Medium Red Violet #B2397D

Tints of Medium Red Violet #B2397D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.72%

R = 49.44%
G = 15.83%
B = 34.72%

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

#B2397D (or 0xB2397D) is known color: Medium Red Violet. HEX triplet: B2, 39 and 7D. RGB value is (178,57,125). Sum of RGB (Red+Green+Blue) = 178+57+125=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B2397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2397D is #4DC682. Grayscale: #646464. Windows color (decimal): -5097091 or 8206770. OLE color: 8206770.

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

Color convert

RGB 178 57 125 -
CMYK 0 0.68 0.30 0.30
HSL 326.28º 0.51% 0.46% -
HSV(B) 326.28º 0.68% 0.7% -
XYZ 23.52 13.87 20.84 -
YUV 100.93 141.59 182.97 -
System Red Green Blue C M Y K H S L
Decimal 178 57 125 0 0.68 0.30 0.30 326.28 0.51 0.46
Hex B2 39 7D 0 44 1E 1E 146 33 2E
Octal 262 71 175 0 104 36 36 506 63 56
Binary 10110010 111001 1111101 0 1000100 11110 11110 101000110 110011 101110

Color Harmonies of #B2397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2397D

Black with #B2397D

Text Example


Text Example

White with #B2397D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2397D; }

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

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

background-color css

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

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

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

border-color css

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

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

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