Html Css Color HEX #B06ADF Amethyst

📋 copy color: '#B06ADF'

red 176 ◦ green 106 ◦ blue 223

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

Shades of Amethyst #B06ADF

Tints of Amethyst #B06ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.99%

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 34.85%
G = 20.99%
B = 44.16%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B06ADF (or 0xB06ADF) is known color: Amethyst. HEX triplet: B0, 6A and DF. RGB value is (176,106,223). Sum of RGB (Red+Green+Blue) = 176+106+223=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #B06ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06ADF is #4F9520. Grayscale: #8B8B8B. Windows color (decimal): -5215521 or 14641840. OLE color: 14641840.

HSL color Cylindrical-coordinate representation of color #B06ADF: hue angle of 275.9º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B06ADF is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 106 223 -
CMYK 0.21 0.52 0 0.13
HSL 275.9º 0.65% 0.65% -
HSV(B) 275.9º 0.52% 0.87% -
XYZ 36.38 24.87 72.69 -
YUV 140.27 174.69 153.49 -
System Red Green Blue C M Y K H S L
Decimal 176 106 223 0.21 0.52 0 0.13 275.9 0.65 0.65
Hex B0 6A DF 15 34 0 D 114 41 41
Octal 260 152 337 25 64 0 15 424 101 101
Binary 10110000 1101010 11011111 10101 110100 0 1101 100010100 1000001 1000001

Color Harmonies of #B06ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06ADF

Black with #B06ADF

Text Example


Text Example

White with #B06ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06ADF; }

 p { color: rgb(176,106,223); }

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

background-color css

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

 a { background-color: rgb(176,106,223); }

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

border-color css

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

 span { border-color: rgb(176,106,223); }

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