Html Css Color HEX #B2419A Medium Red Violet

📋 copy color: '#B2419A'

red 178 ◦ green 65 ◦ blue 154

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

Shades of Medium Red Violet #B2419A

Tints of Medium Red Violet #B2419A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.79%

R = 44.84%
G = 16.37%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2419A (or 0xB2419A) is known color: Medium Red Violet. HEX triplet: B2, 41 and 9A. RGB value is (178,65,154). Sum of RGB (Red+Green+Blue) = 178+65+154=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B2419A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2419A is #4DBE65. Grayscale: #6C6C6C. Windows color (decimal): -5095014 or 10109362. OLE color: 10109362.

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

Color convert

RGB 178 65 154 -
CMYK 0 0.63 0.13 0.30
HSL 312.74º 0.47% 0.48% -
HSV(B) 312.74º 0.63% 0.7% -
XYZ 26.08 15.58 32.2 -
YUV 108.93 153.44 177.26 -
System Red Green Blue C M Y K H S L
Decimal 178 65 154 0 0.63 0.13 0.30 312.74 0.47 0.48
Hex B2 41 9A 0 3F D 1E 139 2F 30
Octal 262 101 232 0 77 15 36 471 57 60
Binary 10110010 1000001 10011010 0 111111 1101 11110 100111001 101111 110000

Color Harmonies of #B2419A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2419A

Black with #B2419A

Text Example


Text Example

White with #B2419A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2419A; }

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

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

background-color css

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

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

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

border-color css

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

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

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