Html Css Color HEX #B072D7 Amethyst

📋 copy color: '#B072D7'

red 176 ◦ green 114 ◦ blue 215

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

Shades of Amethyst #B072D7

Tints of Amethyst #B072D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.57%

R = 34.85%
G = 22.57%
B = 42.57%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B072D7 (or 0xB072D7) is known color: Amethyst. HEX triplet: B0, 72 and D7. RGB value is (176,114,215). Sum of RGB (Red+Green+Blue) = 176+114+215=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #B072D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B072D7 is #4F8D28. Grayscale: #8F8F8F. Windows color (decimal): -5213481 or 14119600. OLE color: 14119600.

HSL color Cylindrical-coordinate representation of color #B072D7: hue angle of 276.83º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B072D7 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 114 215 -
CMYK 0.18 0.47 0 0.16
HSL 276.83º 0.56% 0.65% -
HSV(B) 276.83º 0.47% 0.84% -
XYZ 36.19 26.17 67.43 -
YUV 144.05 168.04 150.79 -
System Red Green Blue C M Y K H S L
Decimal 176 114 215 0.18 0.47 0 0.16 276.83 0.56 0.65
Hex B0 72 D7 12 2F 0 10 115 38 41
Octal 260 162 327 22 57 0 20 425 70 101
Binary 10110000 1110010 11010111 10010 101111 0 10000 100010101 111000 1000001

Color Harmonies of #B072D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B072D7

Black with #B072D7

Text Example


Text Example

White with #B072D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B072D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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