Html Css Color HEX #B2398D Medium Red Violet

📋 copy color: '#B2398D'

red 178 ◦ green 57 ◦ blue 141

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

Shades of Medium Red Violet #B2398D

Tints of Medium Red Violet #B2398D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.5%

R = 47.34%
G = 15.16%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2398D (or 0xB2398D) is known color: Medium Red Violet. HEX triplet: B2, 39 and 8D. RGB value is (178,57,141). Sum of RGB (Red+Green+Blue) = 178+57+141=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B2398D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2398D is #4DC672. Grayscale: #666666. Windows color (decimal): -5097075 or 9255346. OLE color: 9255346.

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

Color convert

RGB 178 57 141 -
CMYK 0 0.68 0.21 0.30
HSL 318.35º 0.51% 0.46% -
HSV(B) 318.35º 0.68% 0.7% -
XYZ 24.63 14.31 26.66 -
YUV 102.76 149.59 181.67 -
System Red Green Blue C M Y K H S L
Decimal 178 57 141 0 0.68 0.21 0.30 318.35 0.51 0.46
Hex B2 39 8D 0 44 15 1E 13E 33 2E
Octal 262 71 215 0 104 25 36 476 63 56
Binary 10110010 111001 10001101 0 1000100 10101 11110 100111110 110011 101110

Color Harmonies of #B2398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2398D

Black with #B2398D

Text Example


Text Example

White with #B2398D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2398D; }

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

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

background-color css

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

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

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

border-color css

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

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

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