Html Css Color HEX #B06ED4 Amethyst

📋 copy color: '#B06ED4'

red 176 ◦ green 110 ◦ blue 212

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

Shades of Amethyst #B06ED4

Tints of Amethyst #B06ED4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.09%

 BLUE value IS 212 (83.2% from 255) = 42.57%

R = 35.34%
G = 22.09%
B = 42.57%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B06ED4 (or 0xB06ED4) is known color: Amethyst. HEX triplet: B0, 6E and D4. RGB value is (176,110,212). Sum of RGB (Red+Green+Blue) = 176+110+212=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 212 (83.20% from 255 or 42.57% from 498); Max value from RGB is 212 - color contains mainly: blue. Hex color #B06ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06ED4 is #4F912B. Grayscale: #8D8D8D. Windows color (decimal): -5214508 or 13921968. OLE color: 13921968.

HSL color Cylindrical-coordinate representation of color #B06ED4: hue angle of 278.82º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B06ED4 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 110 212 -
CMYK 0.17 0.48 0 0.17
HSL 278.82º 0.54% 0.63% -
HSV(B) 278.82º 0.48% 0.83% -
XYZ 35.36 25.14 65.28 -
YUV 141.36 167.87 152.71 -
System Red Green Blue C M Y K H S L
Decimal 176 110 212 0.17 0.48 0 0.17 278.82 0.54 0.63
Hex B0 6E D4 11 30 0 11 117 36 3F
Octal 260 156 324 21 60 0 21 427 66 77
Binary 10110000 1101110 11010100 10001 110000 0 10001 100010111 110110 111111

Color Harmonies of #B06ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06ED4

Black with #B06ED4

Text Example


Text Example

White with #B06ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06ED4; }

 p { color: rgb(176,110,212); }

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

background-color css

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

 a { background-color: rgb(176,110,212); }

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

border-color css

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

 span { border-color: rgb(176,110,212); }

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