Html Css Color HEX #B474DD Amethyst

📋 copy color: '#B474DD'

red 180 ◦ green 116 ◦ blue 221

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

Shades of Amethyst #B474DD

Tints of Amethyst #B474DD

RGB

 RED value IS 180 (70.7% from 255) = 34.82%

 GREEN value IS 116 (45.7% from 255) = 22.44%

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

R = 34.82%
G = 22.44%
B = 42.75%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B474DD (or 0xB474DD) is known color: Amethyst. HEX triplet: B4, 74 and DD. RGB value is (180,116,221). Sum of RGB (Red+Green+Blue) = 180+116+221=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #B474DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B474DD is #4B8B22. Grayscale: #929292. Windows color (decimal): -4950819 or 14513332. OLE color: 14513332.

HSL color Cylindrical-coordinate representation of color #B474DD: hue angle of 276.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B474DD is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 116 221 -
CMYK 0.19 0.48 0 0.13
HSL 276.57º 0.61% 0.66% -
HSV(B) 276.57º 0.48% 0.87% -
XYZ 38.12 27.41 71.69 -
YUV 147.11 169.7 151.46 -
System Red Green Blue C M Y K H S L
Decimal 180 116 221 0.19 0.48 0 0.13 276.57 0.61 0.66
Hex B4 74 DD 13 30 0 D 115 3D 42
Octal 264 164 335 23 60 0 15 425 75 102
Binary 10110100 1110100 11011101 10011 110000 0 1101 100010101 111101 1000010

Color Harmonies of #B474DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B474DD

Black with #B474DD

Text Example


Text Example

White with #B474DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B474DD; }

 p { color: rgb(180,116,221); }

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

background-color css

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

 a { background-color: rgb(180,116,221); }

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

border-color css

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

 span { border-color: rgb(180,116,221); }

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