Html Css Color HEX #B2418E Medium Red Violet

📋 copy color: '#B2418E'

red 178 ◦ green 65 ◦ blue 142

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

Shades of Medium Red Violet #B2418E

Tints of Medium Red Violet #B2418E

RGB

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

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

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

R = 46.23%
G = 16.88%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2418E (or 0xB2418E) is known color: Medium Red Violet. HEX triplet: B2, 41 and 8E. RGB value is (178,65,142). Sum of RGB (Red+Green+Blue) = 178+65+142=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2418E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2418E is #4DBE71. Grayscale: #6B6B6B. Windows color (decimal): -5095026 or 9322930. OLE color: 9322930.

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

Color convert

RGB 178 65 142 -
CMYK 0 0.63 0.20 0.30
HSL 319.12º 0.47% 0.48% -
HSV(B) 319.12º 0.63% 0.7% -
XYZ 25.13 15.2 27.2 -
YUV 107.57 147.44 178.24 -
System Red Green Blue C M Y K H S L
Decimal 178 65 142 0 0.63 0.20 0.30 319.12 0.47 0.48
Hex B2 41 8E 0 3F 14 1E 13F 2F 30
Octal 262 101 216 0 77 24 36 477 57 60
Binary 10110010 1000001 10001110 0 111111 10100 11110 100111111 101111 110000

Color Harmonies of #B2418E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2418E

Black with #B2418E

Text Example


Text Example

White with #B2418E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2418E; }

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

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

background-color css

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

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

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

border-color css

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

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

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