Html Css Color HEX #B07AD8 Amethyst

📋 copy color: '#B07AD8'

red 176 ◦ green 122 ◦ blue 216

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

Shades of Amethyst #B07AD8

Tints of Amethyst #B07AD8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.74%

 BLUE value IS 216 (84.77% from 255) = 42.02%

R = 34.24%
G = 23.74%
B = 42.02%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B07AD8 (or 0xB07AD8) is known color: Amethyst. HEX triplet: B0, 7A and D8. RGB value is (176,122,216). Sum of RGB (Red+Green+Blue) = 176+122+216=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 216 - color contains mainly: blue. Hex color #B07AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07AD8 is #4F8527. Grayscale: #949494. Windows color (decimal): -5211432 or 14187184. OLE color: 14187184.

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

Color convert

RGB 176 122 216 -
CMYK 0.19 0.44 0 0.15
HSL 274.47º 0.55% 0.66% -
HSV(B) 274.47º 0.44% 0.85% -
XYZ 37.26 28.11 68.43 -
YUV 148.86 165.89 147.36 -
System Red Green Blue C M Y K H S L
Decimal 176 122 216 0.19 0.44 0 0.15 274.47 0.55 0.66
Hex B0 7A D8 13 2C 0 F 112 37 42
Octal 260 172 330 23 54 0 17 422 67 102
Binary 10110000 1111010 11011000 10011 101100 0 1111 100010010 110111 1000010

Color Harmonies of #B07AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07AD8

Black with #B07AD8

Text Example


Text Example

White with #B07AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07AD8; }

 p { color: rgb(176,122,216); }

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

background-color css

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

 a { background-color: rgb(176,122,216); }

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

border-color css

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

 span { border-color: rgb(176,122,216); }

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