Html Css Color HEX #B26FDD Amethyst

📋 copy color: '#B26FDD'

red 178 ◦ green 111 ◦ blue 221

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

Shades of Amethyst #B26FDD

Tints of Amethyst #B26FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.76%

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

R = 34.9%
G = 21.76%
B = 43.33%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B26FDD (or 0xB26FDD) is known color: Amethyst. HEX triplet: B2, 6F and DD. RGB value is (178,111,221). Sum of RGB (Red+Green+Blue) = 178+111+221=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 111 (43.75% from 255 or 21.76% 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 #B26FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26FDD is #4D9022. Grayscale: #8F8F8F. Windows color (decimal): -5083171 or 14512050. OLE color: 14512050.

HSL color Cylindrical-coordinate representation of color #B26FDD: hue angle of 276.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B26FDD is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 111 221 -
CMYK 0.19 0.50 0 0.13
HSL 276.55º 0.62% 0.65% -
HSV(B) 276.55º 0.5% 0.87% -
XYZ 37.1 26.05 71.48 -
YUV 143.57 171.7 152.56 -
System Red Green Blue C M Y K H S L
Decimal 178 111 221 0.19 0.50 0 0.13 276.55 0.62 0.65
Hex B2 6F DD 13 32 0 D 115 3E 41
Octal 262 157 335 23 62 0 15 425 76 101
Binary 10110010 1101111 11011101 10011 110010 0 1101 100010101 111110 1000001

Color Harmonies of #B26FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26FDD

Black with #B26FDD

Text Example


Text Example

White with #B26FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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