Html Css Color HEX #B271DD Amethyst

📋 copy color: '#B271DD'

red 178 ◦ green 113 ◦ blue 221

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

Shades of Amethyst #B271DD

Tints of Amethyst #B271DD

RGB

 RED value IS 178 (69.92% from 255) = 34.77%

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

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

R = 34.77%
G = 22.07%
B = 43.16%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B271DD (or 0xB271DD) is known color: Amethyst. HEX triplet: B2, 71 and DD. RGB value is (178,113,221). Sum of RGB (Red+Green+Blue) = 178+113+221=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #B271DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B271DD is #4D8E22. Grayscale: #909090. Windows color (decimal): -5082659 or 14512562. OLE color: 14512562.

HSL color Cylindrical-coordinate representation of color #B271DD: hue angle of 276.11º 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 #B271DD is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 113 221 -
CMYK 0.19 0.49 0 0.13
HSL 276.11º 0.61% 0.65% -
HSV(B) 276.11º 0.49% 0.87% -
XYZ 37.32 26.5 71.55 -
YUV 144.75 171.03 151.72 -
System Red Green Blue C M Y K H S L
Decimal 178 113 221 0.19 0.49 0 0.13 276.11 0.61 0.65
Hex B2 71 DD 13 31 0 D 114 3D 41
Octal 262 161 335 23 61 0 15 424 75 101
Binary 10110010 1110001 11011101 10011 110001 0 1101 100010100 111101 1000001

Color Harmonies of #B271DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B271DD

Black with #B271DD

Text Example


Text Example

White with #B271DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B271DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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