Html Css Color HEX #B27ADB Amethyst

📋 copy color: '#B27ADB'

red 178 ◦ green 122 ◦ blue 219

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

Shades of Amethyst #B27ADB

Tints of Amethyst #B27ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 34.3%
G = 23.51%
B = 42.2%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B27ADB (or 0xB27ADB) is known color: Amethyst. HEX triplet: B2, 7A and DB. RGB value is (178,122,219). Sum of RGB (Red+Green+Blue) = 178+122+219=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #B27ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27ADB is #4D8524. Grayscale: #959595. Windows color (decimal): -5080357 or 14383794. OLE color: 14383794.

HSL color Cylindrical-coordinate representation of color #B27ADB: hue angle of 274.64º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B27ADB is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 122 219 -
CMYK 0.19 0.44 0 0.14
HSL 274.64º 0.57% 0.67% -
HSV(B) 274.64º 0.44% 0.86% -
XYZ 38.11 28.5 70.51 -
YUV 149.8 167.05 148.11 -
System Red Green Blue C M Y K H S L
Decimal 178 122 219 0.19 0.44 0 0.14 274.64 0.57 0.67
Hex B2 7A DB 13 2C 0 E 113 39 43
Octal 262 172 333 23 54 0 16 423 71 103
Binary 10110010 1111010 11011011 10011 101100 0 1110 100010011 111001 1000011

Color Harmonies of #B27ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27ADB

Black with #B27ADB

Text Example


Text Example

White with #B27ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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