Html Css Color HEX #B27ADE Amethyst

📋 copy color: '#B27ADE'

red 178 ◦ green 122 ◦ blue 222

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

Shades of Amethyst #B27ADE

Tints of Amethyst #B27ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.37%

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

R = 34.1%
G = 23.37%
B = 42.53%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B27ADE (or 0xB27ADE) is known color: Amethyst. HEX triplet: B2, 7A and DE. RGB value is (178,122,222). Sum of RGB (Red+Green+Blue) = 178+122+222=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #B27ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27ADE is #4D8521. Grayscale: #959595. Windows color (decimal): -5080354 or 14580402. OLE color: 14580402.

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

Color convert

RGB 178 122 222 -
CMYK 0.20 0.45 0 0.13
HSL 273.6º 0.6% 0.67% -
HSV(B) 273.6º 0.45% 0.87% -
XYZ 38.5 28.66 72.61 -
YUV 150.14 168.55 147.87 -
System Red Green Blue C M Y K H S L
Decimal 178 122 222 0.20 0.45 0 0.13 273.6 0.6 0.67
Hex B2 7A DE 14 2D 0 D 112 3C 43
Octal 262 172 336 24 55 0 15 422 74 103
Binary 10110010 1111010 11011110 10100 101101 0 1101 100010010 111100 1000011

Color Harmonies of #B27ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27ADE

Black with #B27ADE

Text Example


Text Example

White with #B27ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27ADE; }

 p { color: rgb(178,122,222); }

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

background-color css

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

 a { background-color: rgb(178,122,222); }

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

border-color css

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

 span { border-color: rgb(178,122,222); }

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