Html Css Color HEX #B6019A Medium Violet Red

📋 copy color: '#B6019A'

red 182 ◦ green 1 ◦ blue 154

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

Shades of Medium Violet Red #B6019A

Tints of Medium Violet Red #B6019A

RGB

 RED value IS 182 (71.48% from 255) = 54.01%

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

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

R = 54.01%
G = 0.3%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6019A (or 0xB6019A) is known color: Medium Violet Red. HEX triplet: B6, 01 and 9A. RGB value is (182,1,154). Sum of RGB (Red+Green+Blue) = 182+1+154=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B6019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6019A is #49FE65. Grayscale: #484848. Windows color (decimal): -4849254 or 10092982. OLE color: 10092982.

HSL color Cylindrical-coordinate representation of color #B6019A: hue angle of 309.28º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6019A is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 1 154 -
CMYK 0 0.99 0.15 0.29
HSL 309.28º 0.99% 0.36% -
HSV(B) 309.28º 0.99% 0.71% -
XYZ 25.13 12.3 31.62 -
YUV 72.56 173.97 206.06 -
System Red Green Blue C M Y K H S L
Decimal 182 1 154 0 0.99 0.15 0.29 309.28 0.99 0.36
Hex B6 1 9A 0 63 F 1D 135 63 24
Octal 266 1 232 0 143 17 35 465 143 44
Binary 10110110 1 10011010 0 1100011 1111 11101 100110101 1100011 100100

Color Harmonies of #B6019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6019A

Black with #B6019A

Text Example


Text Example

White with #B6019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6019A; }

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

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

background-color css

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

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

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

border-color css

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

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

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