Html Css Color HEX #B272DB Amethyst

📋 copy color: '#B272DB'

red 178 ◦ green 114 ◦ blue 219

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

Shades of Amethyst #B272DB

Tints of Amethyst #B272DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.31%

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

R = 34.83%
G = 22.31%
B = 42.86%

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

#B272DB (or 0xB272DB) is known color: Amethyst. HEX triplet: B2, 72 and DB. RGB value is (178,114,219). Sum of RGB (Red+Green+Blue) = 178+114+219=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #B272DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B272DB is #4D8D24. Grayscale: #909090. Windows color (decimal): -5082405 or 14381746. OLE color: 14381746.

HSL color Cylindrical-coordinate representation of color #B272DB: hue angle of 276.57º degrees, saturation: 0.59, 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 #B272DB is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 114 219 -
CMYK 0.19 0.48 0 0.14
HSL 276.57º 0.59% 0.65% -
HSV(B) 276.57º 0.48% 0.86% -
XYZ 37.16 26.61 70.2 -
YUV 145.11 169.7 151.46 -
System Red Green Blue C M Y K H S L
Decimal 178 114 219 0.19 0.48 0 0.14 276.57 0.59 0.65
Hex B2 72 DB 13 30 0 E 115 3B 41
Octal 262 162 333 23 60 0 16 425 73 101
Binary 10110010 1110010 11011011 10011 110000 0 1110 100010101 111011 1000001

Color Harmonies of #B272DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B272DB

Black with #B272DB

Text Example


Text Example

White with #B272DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B272DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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