Html Css Color HEX #B278DA Amethyst

📋 copy color: '#B278DA'

red 178 ◦ green 120 ◦ blue 218

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

Shades of Amethyst #B278DA

Tints of Amethyst #B278DA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.26%

 BLUE value IS 218 (85.55% from 255) = 42.25%

R = 34.5%
G = 23.26%
B = 42.25%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B278DA (or 0xB278DA) is known color: Amethyst. HEX triplet: B2, 78 and DA. RGB value is (178,120,218). Sum of RGB (Red+Green+Blue) = 178+120+218=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #B278DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B278DA is #4D8725. Grayscale: #949494. Windows color (decimal): -5080870 or 14317746. OLE color: 14317746.

HSL color Cylindrical-coordinate representation of color #B278DA: hue angle of 275.51º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B278DA is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 120 218 -
CMYK 0.18 0.45 0 0.15
HSL 275.51º 0.57% 0.66% -
HSV(B) 275.51º 0.45% 0.85% -
XYZ 37.73 27.96 69.74 -
YUV 148.51 167.22 149.03 -
System Red Green Blue C M Y K H S L
Decimal 178 120 218 0.18 0.45 0 0.15 275.51 0.57 0.66
Hex B2 78 DA 12 2D 0 F 114 39 42
Octal 262 170 332 22 55 0 17 424 71 102
Binary 10110010 1111000 11011010 10010 101101 0 1111 100010100 111001 1000010

Color Harmonies of #B278DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B278DA

Black with #B278DA

Text Example


Text Example

White with #B278DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B278DA; }

 p { color: rgb(178,120,218); }

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

background-color css

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

 a { background-color: rgb(178,120,218); }

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

border-color css

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

 span { border-color: rgb(178,120,218); }

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