Html Css Color HEX #B06BE9 Amethyst

📋 copy color: '#B06BE9'

red 176 ◦ green 107 ◦ blue 233

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

Shades of Amethyst #B06BE9

Tints of Amethyst #B06BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.16%

R = 34.11%
G = 20.74%
B = 45.16%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B06BE9 (or 0xB06BE9) is known color: Amethyst. HEX triplet: B0, 6B and E9. RGB value is (176,107,233). Sum of RGB (Red+Green+Blue) = 176+107+233=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 233 (91.41% from 255 or 45.16% from 516); Max value from RGB is 233 - color contains mainly: blue. Hex color #B06BE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06BE9 is #4F9416. Grayscale: #8D8D8D. Windows color (decimal): -5215255 or 15297456. OLE color: 15297456.

HSL color Cylindrical-coordinate representation of color #B06BE9: hue angle of 272.86º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B06BE9 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 107 233 -
CMYK 0.24 0.54 0 0.09
HSL 272.86º 0.74% 0.67% -
HSV(B) 272.86º 0.54% 0.91% -
XYZ 37.87 25.63 80.04 -
YUV 142 179.36 152.25 -
System Red Green Blue C M Y K H S L
Decimal 176 107 233 0.24 0.54 0 0.09 272.86 0.74 0.67
Hex B0 6B E9 18 36 0 9 111 4A 43
Octal 260 153 351 30 66 0 11 421 112 103
Binary 10110000 1101011 11101001 11000 110110 0 1001 100010001 1001010 1000011

Color Harmonies of #B06BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06BE9

Black with #B06BE9

Text Example


Text Example

White with #B06BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06BE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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