Html Css Color HEX #B071DE Amethyst

📋 copy color: '#B071DE'

red 176 ◦ green 113 ◦ blue 222

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

Shades of Amethyst #B071DE

Tints of Amethyst #B071DE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.11%

 BLUE value IS 222 (87.11% from 255) = 43.44%

R = 34.44%
G = 22.11%
B = 43.44%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B071DE (or 0xB071DE) is known color: Amethyst. HEX triplet: B0, 71 and DE. RGB value is (176,113,222). Sum of RGB (Red+Green+Blue) = 176+113+222=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #B071DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B071DE is #4F8E21. Grayscale: #8F8F8F. Windows color (decimal): -5213730 or 14578096. OLE color: 14578096.

HSL color Cylindrical-coordinate representation of color #B071DE: hue angle of 274.68º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B071DE is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 113 222 -
CMYK 0.21 0.49 0 0.13
HSL 274.68º 0.62% 0.66% -
HSV(B) 274.68º 0.49% 0.87% -
XYZ 36.99 26.31 72.24 -
YUV 144.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 176 113 222 0.21 0.49 0 0.13 274.68 0.62 0.66
Hex B0 71 DE 15 31 0 D 113 3E 42
Octal 260 161 336 25 61 0 15 423 76 102
Binary 10110000 1110001 11011110 10101 110001 0 1101 100010011 111110 1000010

Color Harmonies of #B071DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B071DE

Black with #B071DE

Text Example


Text Example

White with #B071DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B071DE; }

 p { color: rgb(176,113,222); }

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

background-color css

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

 a { background-color: rgb(176,113,222); }

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

border-color css

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

 span { border-color: rgb(176,113,222); }

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