Html Css Color HEX #B475DC Amethyst

📋 copy color: '#B475DC'

red 180 ◦ green 117 ◦ blue 220

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

Shades of Amethyst #B475DC

Tints of Amethyst #B475DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.63%

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

R = 34.82%
G = 22.63%
B = 42.55%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B475DC (or 0xB475DC) is known color: Amethyst. HEX triplet: B4, 75 and DC. RGB value is (180,117,220). Sum of RGB (Red+Green+Blue) = 180+117+220=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #B475DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B475DC is #4B8A23. Grayscale: #939393. Windows color (decimal): -4950564 or 14448052. OLE color: 14448052.

HSL color Cylindrical-coordinate representation of color #B475DC: hue angle of 276.7º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B475DC is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 117 220 -
CMYK 0.18 0.47 0 0.14
HSL 276.7º 0.6% 0.66% -
HSV(B) 276.7º 0.47% 0.86% -
XYZ 38.1 27.59 71.03 -
YUV 147.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 180 117 220 0.18 0.47 0 0.14 276.7 0.6 0.66
Hex B4 75 DC 12 2F 0 E 115 3C 42
Octal 264 165 334 22 57 0 16 425 74 102
Binary 10110100 1110101 11011100 10010 101111 0 1110 100010101 111100 1000010

Color Harmonies of #B475DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B475DC

Black with #B475DC

Text Example


Text Example

White with #B475DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B475DC; }

 p { color: rgb(180,117,220); }

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

background-color css

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

 a { background-color: rgb(180,117,220); }

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

border-color css

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

 span { border-color: rgb(180,117,220); }

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