Html Css Color HEX #B06BE8 Amethyst

📋 copy color: '#B06BE8'

red 176 ◦ green 107 ◦ blue 232

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

Shades of Amethyst #B06BE8

Tints of Amethyst #B06BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.05%

R = 34.17%
G = 20.78%
B = 45.05%

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

#B06BE8 (or 0xB06BE8) is known color: Amethyst. HEX triplet: B0, 6B and E8. RGB value is (176,107,232). Sum of RGB (Red+Green+Blue) = 176+107+232=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 232 (91.02% from 255 or 45.05% from 515); Max value from RGB is 232 - color contains mainly: blue. Hex color #B06BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06BE8 is #4F9417. Grayscale: #8D8D8D. Windows color (decimal): -5215256 or 15231920. OLE color: 15231920.

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

Color convert

RGB 176 107 232 -
CMYK 0.24 0.54 0 0.09
HSL 273.12º 0.73% 0.66% -
HSV(B) 273.12º 0.54% 0.91% -
XYZ 37.73 25.57 79.29 -
YUV 141.88 178.86 152.34 -
System Red Green Blue C M Y K H S L
Decimal 176 107 232 0.24 0.54 0 0.09 273.12 0.73 0.66
Hex B0 6B E8 18 36 0 9 111 49 42
Octal 260 153 350 30 66 0 11 421 111 102
Binary 10110000 1101011 11101000 11000 110110 0 1001 100010001 1001001 1000010

Color Harmonies of #B06BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06BE8

Black with #B06BE8

Text Example


Text Example

White with #B06BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06BE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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