Html Css Color HEX #B06BE2 Amethyst

📋 copy color: '#B06BE2'

red 176 ◦ green 107 ◦ blue 226

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

Shades of Amethyst #B06BE2

Tints of Amethyst #B06BE2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.02%

 BLUE value IS 226 (88.67% from 255) = 44.4%

R = 34.58%
G = 21.02%
B = 44.4%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B06BE2 (or 0xB06BE2) is known color: Amethyst. HEX triplet: B0, 6B and E2. RGB value is (176,107,226). Sum of RGB (Red+Green+Blue) = 176+107+226=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 226 (88.67% from 255 or 44.40% from 509); Max value from RGB is 226 - color contains mainly: blue. Hex color #B06BE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06BE2 is #4F941D. Grayscale: #8C8C8C. Windows color (decimal): -5215262 or 14838704. OLE color: 14838704.

HSL color Cylindrical-coordinate representation of color #B06BE2: hue angle of 274.79º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B06BE2 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 107 226 -
CMYK 0.22 0.53 0 0.11
HSL 274.79º 0.67% 0.65% -
HSV(B) 274.79º 0.53% 0.89% -
XYZ 36.89 25.24 74.88 -
YUV 141.2 175.86 152.82 -
System Red Green Blue C M Y K H S L
Decimal 176 107 226 0.22 0.53 0 0.11 274.79 0.67 0.65
Hex B0 6B E2 16 35 0 B 113 43 41
Octal 260 153 342 26 65 0 13 423 103 101
Binary 10110000 1101011 11100010 10110 110101 0 1011 100010011 1000011 1000001

Color Harmonies of #B06BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06BE2

Black with #B06BE2

Text Example


Text Example

White with #B06BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06BE2; }

 p { color: rgb(176,107,226); }

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

background-color css

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

 a { background-color: rgb(176,107,226); }

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

border-color css

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

 span { border-color: rgb(176,107,226); }

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