Html Css Color HEX #B06FDA Amethyst

📋 copy color: '#B06FDA'

red 176 ◦ green 111 ◦ blue 218

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

Shades of Amethyst #B06FDA

Tints of Amethyst #B06FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 34.85%
G = 21.98%
B = 43.17%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B06FDA (or 0xB06FDA) is known color: Amethyst. HEX triplet: B0, 6F and DA. RGB value is (176,111,218). Sum of RGB (Red+Green+Blue) = 176+111+218=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #B06FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06FDA is #4F9025. Grayscale: #8E8E8E. Windows color (decimal): -5214246 or 14315440. OLE color: 14315440.

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

Color convert

RGB 176 111 218 -
CMYK 0.19 0.49 0 0.15
HSL 276.45º 0.59% 0.65% -
HSV(B) 276.45º 0.49% 0.85% -
XYZ 36.24 25.66 69.37 -
YUV 142.63 170.53 151.8 -
System Red Green Blue C M Y K H S L
Decimal 176 111 218 0.19 0.49 0 0.15 276.45 0.59 0.65
Hex B0 6F DA 13 31 0 F 114 3B 41
Octal 260 157 332 23 61 0 17 424 73 101
Binary 10110000 1101111 11011010 10011 110001 0 1111 100010100 111011 1000001

Color Harmonies of #B06FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06FDA

Black with #B06FDA

Text Example


Text Example

White with #B06FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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