Html Css Color HEX #B373DD Amethyst

📋 copy color: '#B373DD'

red 179 ◦ green 115 ◦ blue 221

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

Shades of Amethyst #B373DD

Tints of Amethyst #B373DD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.33%

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

R = 34.76%
G = 22.33%
B = 42.91%

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

#B373DD (or 0xB373DD) is known color: Amethyst. HEX triplet: B3, 73 and DD. RGB value is (179,115,221). Sum of RGB (Red+Green+Blue) = 179+115+221=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #B373DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B373DD is #4C8C22. Grayscale: #919191. Windows color (decimal): -5016611 or 14513075. OLE color: 14513075.

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

Color convert

RGB 179 115 221 -
CMYK 0.19 0.48 0 0.13
HSL 276.23º 0.61% 0.66% -
HSV(B) 276.23º 0.48% 0.87% -
XYZ 37.77 27.07 71.64 -
YUV 146.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 179 115 221 0.19 0.48 0 0.13 276.23 0.61 0.66
Hex B3 73 DD 13 30 0 D 114 3D 42
Octal 263 163 335 23 60 0 15 424 75 102
Binary 10110011 1110011 11011101 10011 110000 0 1101 100010100 111101 1000010

Color Harmonies of #B373DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B373DD

Black with #B373DD

Text Example


Text Example

White with #B373DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B373DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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