Html Css Color HEX #B578DF Amethyst

📋 copy color: '#B578DF'

red 181 ◦ green 120 ◦ blue 223

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

Shades of Amethyst #B578DF

Tints of Amethyst #B578DF

RGB

 RED value IS 181 (71.09% from 255) = 34.54%

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

 BLUE value IS 223 (87.5% from 255) = 42.56%

R = 34.54%
G = 22.9%
B = 42.56%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B578DF (or 0xB578DF) is known color: Amethyst. HEX triplet: B5, 78 and DF. RGB value is (181,120,223). Sum of RGB (Red+Green+Blue) = 181+120+223=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #B578DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B578DF is #4A8720. Grayscale: #959595. Windows color (decimal): -4884257 or 14645429. OLE color: 14645429.

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

Color convert

RGB 181 120 223 -
CMYK 0.19 0.46 0 0.13
HSL 275.53º 0.62% 0.67% -
HSV(B) 275.53º 0.46% 0.87% -
XYZ 39.09 28.58 73.27 -
YUV 149.98 169.21 150.12 -
System Red Green Blue C M Y K H S L
Decimal 181 120 223 0.19 0.46 0 0.13 275.53 0.62 0.67
Hex B5 78 DF 13 2E 0 D 114 3E 43
Octal 265 170 337 23 56 0 15 424 76 103
Binary 10110101 1111000 11011111 10011 101110 0 1101 100010100 111110 1000011

Color Harmonies of #B578DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B578DF

Black with #B578DF

Text Example


Text Example

White with #B578DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B578DF; }

 p { color: rgb(181,120,223); }

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

background-color css

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

 a { background-color: rgb(181,120,223); }

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

border-color css

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

 span { border-color: rgb(181,120,223); }

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