Html Css Color HEX #B06FDF Amethyst

📋 copy color: '#B06FDF'

red 176 ◦ green 111 ◦ blue 223

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

Shades of Amethyst #B06FDF

Tints of Amethyst #B06FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.76%

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

R = 34.51%
G = 21.76%
B = 43.73%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B06FDF (or 0xB06FDF) is known color: Amethyst. HEX triplet: B0, 6F and DF. RGB value is (176,111,223). Sum of RGB (Red+Green+Blue) = 176+111+223=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #B06FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06FDF is #4F9020. Grayscale: #8E8E8E. Windows color (decimal): -5214241 or 14643120. OLE color: 14643120.

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

Color convert

RGB 176 111 223 -
CMYK 0.21 0.50 0 0.13
HSL 274.82º 0.64% 0.65% -
HSV(B) 274.82º 0.5% 0.87% -
XYZ 36.91 25.93 72.87 -
YUV 143.2 173.03 151.39 -
System Red Green Blue C M Y K H S L
Decimal 176 111 223 0.21 0.50 0 0.13 274.82 0.64 0.65
Hex B0 6F DF 15 32 0 D 113 40 41
Octal 260 157 337 25 62 0 15 423 100 101
Binary 10110000 1101111 11011111 10101 110010 0 1101 100010011 1000000 1000001

Color Harmonies of #B06FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06FDF

Black with #B06FDF

Text Example


Text Example

White with #B06FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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