Html Css Color HEX #B575DF Amethyst

📋 copy color: '#B575DF'

red 181 ◦ green 117 ◦ blue 223

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

Shades of Amethyst #B575DF

Tints of Amethyst #B575DF

RGB

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

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

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

R = 34.74%
G = 22.46%
B = 42.8%

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

#B575DF (or 0xB575DF) is known color: Amethyst. HEX triplet: B5, 75 and DF. RGB value is (181,117,223). Sum of RGB (Red+Green+Blue) = 181+117+223=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #B575DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B575DF is #4A8A20. Grayscale: #939393. Windows color (decimal): -4885025 or 14644661. OLE color: 14644661.

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

Color convert

RGB 181 117 223 -
CMYK 0.19 0.48 0 0.13
HSL 276.23º 0.62% 0.67% -
HSV(B) 276.23º 0.48% 0.87% -
XYZ 38.74 27.87 73.15 -
YUV 148.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 181 117 223 0.19 0.48 0 0.13 276.23 0.62 0.67
Hex B5 75 DF 13 30 0 D 114 3E 43
Octal 265 165 337 23 60 0 15 424 76 103
Binary 10110101 1110101 11011111 10011 110000 0 1101 100010100 111110 1000011

Color Harmonies of #B575DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B575DF

Black with #B575DF

Text Example


Text Example

White with #B575DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B575DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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