Html Css Color HEX #B072D9 Amethyst

📋 copy color: '#B072D9'

red 176 ◦ green 114 ◦ blue 217

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

Shades of Amethyst #B072D9

Tints of Amethyst #B072D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.8%

R = 34.71%
G = 22.49%
B = 42.8%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B072D9 (or 0xB072D9) is known color: Amethyst. HEX triplet: B0, 72 and D9. RGB value is (176,114,217). Sum of RGB (Red+Green+Blue) = 176+114+217=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 217 - color contains mainly: blue. Hex color #B072D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B072D9 is #4F8D26. Grayscale: #8F8F8F. Windows color (decimal): -5213479 or 14250672. OLE color: 14250672.

HSL color Cylindrical-coordinate representation of color #B072D9: hue angle of 276.12º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B072D9 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 114 217 -
CMYK 0.19 0.47 0 0.15
HSL 276.12º 0.58% 0.65% -
HSV(B) 276.12º 0.47% 0.85% -
XYZ 36.45 26.27 68.8 -
YUV 144.28 169.04 150.62 -
System Red Green Blue C M Y K H S L
Decimal 176 114 217 0.19 0.47 0 0.15 276.12 0.58 0.65
Hex B0 72 D9 13 2F 0 F 114 3A 41
Octal 260 162 331 23 57 0 17 424 72 101
Binary 10110000 1110010 11011001 10011 101111 0 1111 100010100 111010 1000001

Color Harmonies of #B072D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B072D9

Black with #B072D9

Text Example


Text Example

White with #B072D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B072D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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