Html Css Color HEX #B375DC Amethyst

📋 copy color: '#B375DC'

red 179 ◦ green 117 ◦ blue 220

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

Shades of Amethyst #B375DC

Tints of Amethyst #B375DC

RGB

 RED value IS 179 (70.31% from 255) = 34.69%

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

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

R = 34.69%
G = 22.67%
B = 42.64%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B375DC (or 0xB375DC) is known color: Amethyst. HEX triplet: B3, 75 and DC. RGB value is (179,117,220). Sum of RGB (Red+Green+Blue) = 179+117+220=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #B375DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375DC is #4C8A23. Grayscale: #929292. Windows color (decimal): -5016100 or 14448051. OLE color: 14448051.

HSL color Cylindrical-coordinate representation of color #B375DC: hue angle of 276.12º 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 #B375DC is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 117 220 -
CMYK 0.19 0.47 0 0.14
HSL 276.12º 0.6% 0.66% -
HSV(B) 276.12º 0.47% 0.86% -
XYZ 37.87 27.47 71.02 -
YUV 147.28 169.04 150.62 -
System Red Green Blue C M Y K H S L
Decimal 179 117 220 0.19 0.47 0 0.14 276.12 0.6 0.66
Hex B3 75 DC 13 2F 0 E 114 3C 42
Octal 263 165 334 23 57 0 16 424 74 102
Binary 10110011 1110101 11011100 10011 101111 0 1110 100010100 111100 1000010

Color Harmonies of #B375DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375DC

Black with #B375DC

Text Example


Text Example

White with #B375DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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