Html Css Color HEX #B373DB Amethyst

📋 copy color: '#B373DB'

red 179 ◦ green 115 ◦ blue 219

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

Shades of Amethyst #B373DB

Tints of Amethyst #B373DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 34.89%
G = 22.42%
B = 42.69%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B373DB (or 0xB373DB) is known color: Amethyst. HEX triplet: B3, 73 and DB. RGB value is (179,115,219). Sum of RGB (Red+Green+Blue) = 179+115+219=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #B373DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B373DB is #4C8C24. Grayscale: #919191. Windows color (decimal): -5016613 or 14382003. OLE color: 14382003.

HSL color Cylindrical-coordinate representation of color #B373DB: hue angle of 276.92º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B373DB is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 115 219 -
CMYK 0.18 0.47 0 0.14
HSL 276.92º 0.59% 0.65% -
HSV(B) 276.92º 0.47% 0.86% -
XYZ 37.51 26.96 70.24 -
YUV 145.99 169.2 151.54 -
System Red Green Blue C M Y K H S L
Decimal 179 115 219 0.18 0.47 0 0.14 276.92 0.59 0.65
Hex B3 73 DB 12 2F 0 E 115 3B 41
Octal 263 163 333 22 57 0 16 425 73 101
Binary 10110011 1110011 11011011 10010 101111 0 1110 100010101 111011 1000001

Color Harmonies of #B373DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B373DB

Black with #B373DB

Text Example


Text Example

White with #B373DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B373DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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