Html Css Color HEX #B271DB Amethyst

📋 copy color: '#B271DB'

red 178 ◦ green 113 ◦ blue 219

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

Shades of Amethyst #B271DB

Tints of Amethyst #B271DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.16%

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 34.9%
G = 22.16%
B = 42.94%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B271DB (or 0xB271DB) is known color: Amethyst. HEX triplet: B2, 71 and DB. RGB value is (178,113,219). Sum of RGB (Red+Green+Blue) = 178+113+219=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #B271DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B271DB is #4D8E24. Grayscale: #909090. Windows color (decimal): -5082661 or 14381490. OLE color: 14381490.

HSL color Cylindrical-coordinate representation of color #B271DB: hue angle of 276.79º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B271DB is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 113 219 -
CMYK 0.19 0.48 0 0.14
HSL 276.79º 0.6% 0.65% -
HSV(B) 276.79º 0.48% 0.86% -
XYZ 37.05 26.39 70.16 -
YUV 144.52 170.03 151.88 -
System Red Green Blue C M Y K H S L
Decimal 178 113 219 0.19 0.48 0 0.14 276.79 0.6 0.65
Hex B2 71 DB 13 30 0 E 115 3C 41
Octal 262 161 333 23 60 0 16 425 74 101
Binary 10110010 1110001 11011011 10011 110000 0 1110 100010101 111100 1000001

Color Harmonies of #B271DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B271DB

Black with #B271DB

Text Example


Text Example

White with #B271DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B271DB; }

 p { color: rgb(178,113,219); }

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

background-color css

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

 a { background-color: rgb(178,113,219); }

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

border-color css

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

 span { border-color: rgb(178,113,219); }

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