Html Css Color HEX #B069E8 Amethyst

📋 copy color: '#B069E8'

red 176 ◦ green 105 ◦ blue 232

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

Shades of Amethyst #B069E8

Tints of Amethyst #B069E8

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.47%

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

R = 34.31%
G = 20.47%
B = 45.22%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B069E8 (or 0xB069E8) is known color: Amethyst. HEX triplet: B0, 69 and E8. RGB value is (176,105,232). Sum of RGB (Red+Green+Blue) = 176+105+232=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #B069E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B069E8 is #4F9617. Grayscale: #8C8C8C. Windows color (decimal): -5215768 or 15231408. OLE color: 15231408.

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

Color convert

RGB 176 105 232 -
CMYK 0.24 0.55 0 0.09
HSL 273.54º 0.73% 0.66% -
HSV(B) 273.54º 0.55% 0.91% -
XYZ 37.52 25.16 79.22 -
YUV 140.71 179.52 153.17 -
System Red Green Blue C M Y K H S L
Decimal 176 105 232 0.24 0.55 0 0.09 273.54 0.73 0.66
Hex B0 69 E8 18 37 0 9 112 49 42
Octal 260 151 350 30 67 0 11 422 111 102
Binary 10110000 1101001 11101000 11000 110111 0 1001 100010010 1001001 1000010

Color Harmonies of #B069E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B069E8

Black with #B069E8

Text Example


Text Example

White with #B069E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B069E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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