Html Css Color HEX #B073DB Amethyst

📋 copy color: '#B073DB'

red 176 ◦ green 115 ◦ blue 219

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

Shades of Amethyst #B073DB

Tints of Amethyst #B073DB

RGB

 RED value IS 176 (69.14% from 255) = 34.51%

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

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

R = 34.51%
G = 22.55%
B = 42.94%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B073DB (or 0xB073DB) is known color: Amethyst. HEX triplet: B0, 73 and DB. RGB value is (176,115,219). Sum of RGB (Red+Green+Blue) = 176+115+219=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #B073DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B073DB is #4F8C24. Grayscale: #909090. Windows color (decimal): -5213221 or 14382000. OLE color: 14382000.

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

Color convert

RGB 176 115 219 -
CMYK 0.20 0.47 0 0.14
HSL 275.19º 0.59% 0.65% -
HSV(B) 275.19º 0.47% 0.86% -
XYZ 36.82 26.61 70.21 -
YUV 145.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 176 115 219 0.20 0.47 0 0.14 275.19 0.59 0.65
Hex B0 73 DB 14 2F 0 E 113 3B 41
Octal 260 163 333 24 57 0 16 423 73 101
Binary 10110000 1110011 11011011 10100 101111 0 1110 100010011 111011 1000001

Color Harmonies of #B073DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B073DB

Black with #B073DB

Text Example


Text Example

White with #B073DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B073DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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