Html Css Color HEX #B2418D Medium Red Violet

📋 copy color: '#B2418D'

red 178 ◦ green 65 ◦ blue 141

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

Shades of Medium Red Violet #B2418D

Tints of Medium Red Violet #B2418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.93%

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

R = 46.35%
G = 16.93%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2418D (or 0xB2418D) is known color: Medium Red Violet. HEX triplet: B2, 41 and 8D. RGB value is (178,65,141). Sum of RGB (Red+Green+Blue) = 178+65+141=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B2418D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2418D is #4DBE72. Grayscale: #6B6B6B. Windows color (decimal): -5095027 or 9257394. OLE color: 9257394.

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

Color convert

RGB 178 65 141 -
CMYK 0 0.63 0.21 0.30
HSL 319.65º 0.47% 0.48% -
HSV(B) 319.65º 0.63% 0.7% -
XYZ 25.06 15.17 26.81 -
YUV 107.45 146.94 178.32 -
System Red Green Blue C M Y K H S L
Decimal 178 65 141 0 0.63 0.21 0.30 319.65 0.47 0.48
Hex B2 41 8D 0 3F 15 1E 140 2F 30
Octal 262 101 215 0 77 25 36 500 57 60
Binary 10110010 1000001 10001101 0 111111 10101 11110 101000000 101111 110000

Color Harmonies of #B2418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2418D

Black with #B2418D

Text Example


Text Example

White with #B2418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2418D; }

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

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

background-color css

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

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

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

border-color css

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

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

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