Html Css Color HEX #B072DB Amethyst

📋 copy color: '#B072DB'

red 176 ◦ green 114 ◦ blue 219

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

Shades of Amethyst #B072DB

Tints of Amethyst #B072DB

RGB

 RED value IS 176 (69.14% from 255) = 34.58%

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

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

R = 34.58%
G = 22.4%
B = 43.03%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B072DB (or 0xB072DB) is known color: Amethyst. HEX triplet: B0, 72 and DB. RGB value is (176,114,219). Sum of RGB (Red+Green+Blue) = 176+114+219=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #B072DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B072DB is #4F8D24. Grayscale: #909090. Windows color (decimal): -5213477 or 14381744. OLE color: 14381744.

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

Color convert

RGB 176 114 219 -
CMYK 0.20 0.48 0 0.14
HSL 275.43º 0.59% 0.65% -
HSV(B) 275.43º 0.48% 0.86% -
XYZ 36.71 26.38 70.17 -
YUV 144.51 170.04 150.46 -
System Red Green Blue C M Y K H S L
Decimal 176 114 219 0.20 0.48 0 0.14 275.43 0.59 0.65
Hex B0 72 DB 14 30 0 E 113 3B 41
Octal 260 162 333 24 60 0 16 423 73 101
Binary 10110000 1110010 11011011 10100 110000 0 1110 100010011 111011 1000001

Color Harmonies of #B072DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B072DB

Black with #B072DB

Text Example


Text Example

White with #B072DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B072DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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