Html Css Color HEX #B206A0 Medium Violet Red

📋 copy color: '#B206A0'

red 178 ◦ green 6 ◦ blue 160

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

Shades of Medium Violet Red #B206A0

Tints of Medium Violet Red #B206A0

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.74%

 BLUE value IS 160 (62.89% from 255) = 46.51%

R = 51.74%
G = 1.74%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B206A0 (or 0xB206A0) is known color: Medium Violet Red. HEX triplet: B2, 06 and A0. RGB value is (178,6,160). Sum of RGB (Red+Green+Blue) = 178+6+160=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B206A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B206A0 is #4DF95F. Grayscale: #4A4A4A. Windows color (decimal): -5110112 or 10487474. OLE color: 10487474.

HSL color Cylindrical-coordinate representation of color #B206A0: hue angle of 306.28º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B206A0 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 6 160 -
CMYK 0 0.97 0.10 0.30
HSL 306.28º 0.93% 0.36% -
HSV(B) 306.28º 0.97% 0.7% -
XYZ 24.77 12.13 34.29 -
YUV 74.98 175.98 201.48 -
System Red Green Blue C M Y K H S L
Decimal 178 6 160 0 0.97 0.10 0.30 306.28 0.93 0.36
Hex B2 6 A0 0 61 A 1E 132 5D 24
Octal 262 6 240 0 141 12 36 462 135 44
Binary 10110010 110 10100000 0 1100001 1010 11110 100110010 1011101 100100

Color Harmonies of #B206A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B206A0

Black with #B206A0

Text Example


Text Example

White with #B206A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B206A0; }

 p { color: rgb(178,6,160); }

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

background-color css

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

 a { background-color: rgb(178,6,160); }

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

border-color css

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

 span { border-color: rgb(178,6,160); }

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