Html Css Color HEX #B2019A Medium Violet Red

📋 copy color: '#B2019A'

red 178 ◦ green 1 ◦ blue 154

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

Shades of Medium Violet Red #B2019A

Tints of Medium Violet Red #B2019A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 53.45%
G = 0.3%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2019A (or 0xB2019A) is known color: Medium Violet Red. HEX triplet: B2, 01 and 9A. RGB value is (178,1,154). Sum of RGB (Red+Green+Blue) = 178+1+154=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B2019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2019A is #4DFE65. Grayscale: #464646. Windows color (decimal): -5111398 or 10092978. OLE color: 10092978.

HSL color Cylindrical-coordinate representation of color #B2019A: hue angle of 308.14º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2019A is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 1 154 -
CMYK 0 0.99 0.13 0.30
HSL 308.14º 0.99% 0.35% -
HSV(B) 308.14º 0.99% 0.7% -
XYZ 24.2 11.82 31.58 -
YUV 71.37 174.64 204.06 -
System Red Green Blue C M Y K H S L
Decimal 178 1 154 0 0.99 0.13 0.30 308.14 0.99 0.35
Hex B2 1 9A 0 63 D 1E 134 63 23
Octal 262 1 232 0 143 15 36 464 143 43
Binary 10110010 1 10011010 0 1100011 1101 11110 100110100 1100011 100011

Color Harmonies of #B2019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2019A

Black with #B2019A

Text Example


Text Example

White with #B2019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2019A; }

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

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

background-color css

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

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

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

border-color css

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

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

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