Html Css Color HEX #B071DD Amethyst

📋 copy color: '#B071DD'

red 176 ◦ green 113 ◦ blue 221

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

Shades of Amethyst #B071DD

Tints of Amethyst #B071DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 34.51%
G = 22.16%
B = 43.33%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B071DD (or 0xB071DD) is known color: Amethyst. HEX triplet: B0, 71 and DD. RGB value is (176,113,221). Sum of RGB (Red+Green+Blue) = 176+113+221=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #B071DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B071DD is #4F8E22. Grayscale: #8F8F8F. Windows color (decimal): -5213731 or 14512560. OLE color: 14512560.

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

Color convert

RGB 176 113 221 -
CMYK 0.20 0.49 0 0.13
HSL 275º 0.61% 0.65% -
HSV(B) 275º 0.49% 0.87% -
XYZ 36.86 26.26 71.53 -
YUV 144.15 171.37 150.72 -
System Red Green Blue C M Y K H S L
Decimal 176 113 221 0.20 0.49 0 0.13 275 0.61 0.65
Hex B0 71 DD 14 31 0 D 113 3D 41
Octal 260 161 335 24 61 0 15 423 75 101
Binary 10110000 1110001 11011101 10100 110001 0 1101 100010011 111101 1000001

Color Harmonies of #B071DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B071DD

Black with #B071DD

Text Example


Text Example

White with #B071DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B071DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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