Html Css Color HEX #B278DC Amethyst

📋 copy color: '#B278DC'

red 178 ◦ green 120 ◦ blue 220

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

Shades of Amethyst #B278DC

Tints of Amethyst #B278DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.47%

R = 34.36%
G = 23.17%
B = 42.47%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B278DC (or 0xB278DC) is known color: Amethyst. HEX triplet: B2, 78 and DC. RGB value is (178,120,220). Sum of RGB (Red+Green+Blue) = 178+120+220=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #B278DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B278DC is #4D8723. Grayscale: #949494. Windows color (decimal): -5080868 or 14448818. OLE color: 14448818.

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

Color convert

RGB 178 120 220 -
CMYK 0.19 0.45 0 0.14
HSL 274.8º 0.59% 0.67% -
HSV(B) 274.8º 0.45% 0.86% -
XYZ 37.99 28.07 71.12 -
YUV 148.74 168.22 148.87 -
System Red Green Blue C M Y K H S L
Decimal 178 120 220 0.19 0.45 0 0.14 274.8 0.59 0.67
Hex B2 78 DC 13 2D 0 E 113 3B 43
Octal 262 170 334 23 55 0 16 423 73 103
Binary 10110010 1111000 11011100 10011 101101 0 1110 100010011 111011 1000011

Color Harmonies of #B278DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B278DC

Black with #B278DC

Text Example


Text Example

White with #B278DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B278DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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