Html Css Color HEX #B374DD Amethyst

📋 copy color: '#B374DD'

red 179 ◦ green 116 ◦ blue 221

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

Shades of Amethyst #B374DD

Tints of Amethyst #B374DD

RGB

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

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

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

R = 34.69%
G = 22.48%
B = 42.83%

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

#B374DD (or 0xB374DD) is known color: Amethyst. HEX triplet: B3, 74 and DD. RGB value is (179,116,221). Sum of RGB (Red+Green+Blue) = 179+116+221=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #B374DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B374DD is #4C8B22. Grayscale: #929292. Windows color (decimal): -5016355 or 14513331. OLE color: 14513331.

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

Color convert

RGB 179 116 221 -
CMYK 0.19 0.48 0 0.13
HSL 276º 0.61% 0.66% -
HSV(B) 276º 0.48% 0.87% -
XYZ 37.89 27.29 71.68 -
YUV 146.81 169.87 150.96 -
System Red Green Blue C M Y K H S L
Decimal 179 116 221 0.19 0.48 0 0.13 276 0.61 0.66
Hex B3 74 DD 13 30 0 D 114 3D 42
Octal 263 164 335 23 60 0 15 424 75 102
Binary 10110011 1110100 11011101 10011 110000 0 1101 100010100 111101 1000010

Color Harmonies of #B374DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B374DD

Black with #B374DD

Text Example


Text Example

White with #B374DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B374DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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