Html Css Color HEX #B2398E Medium Red Violet

📋 copy color: '#B2398E'

red 178 ◦ green 57 ◦ blue 142

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

Shades of Medium Red Violet #B2398E

Tints of Medium Red Violet #B2398E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.67%

R = 47.21%
G = 15.12%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2398E (or 0xB2398E) is known color: Medium Red Violet. HEX triplet: B2, 39 and 8E. RGB value is (178,57,142). Sum of RGB (Red+Green+Blue) = 178+57+142=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B2398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2398E is #4DC671. Grayscale: #666666. Windows color (decimal): -5097074 or 9320882. OLE color: 9320882.

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

Color convert

RGB 178 57 142 -
CMYK 0 0.68 0.20 0.30
HSL 317.85º 0.51% 0.46% -
HSV(B) 317.85º 0.68% 0.7% -
XYZ 24.71 14.34 27.06 -
YUV 102.87 150.09 181.59 -
System Red Green Blue C M Y K H S L
Decimal 178 57 142 0 0.68 0.20 0.30 317.85 0.51 0.46
Hex B2 39 8E 0 44 14 1E 13E 33 2E
Octal 262 71 216 0 104 24 36 476 63 56
Binary 10110010 111001 10001110 0 1000100 10100 11110 100111110 110011 101110

Color Harmonies of #B2398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2398E

Black with #B2398E

Text Example


Text Example

White with #B2398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2398E; }

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

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

background-color css

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

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

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

border-color css

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

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

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