Html Css Color HEX #B074DB Amethyst

📋 copy color: '#B074DB'

red 176 ◦ green 116 ◦ blue 219

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

Shades of Amethyst #B074DB

Tints of Amethyst #B074DB

RGB

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

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

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

R = 34.44%
G = 22.7%
B = 42.86%

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

#B074DB (or 0xB074DB) is known color: Amethyst. HEX triplet: B0, 74 and DB. RGB value is (176,116,219). Sum of RGB (Red+Green+Blue) = 176+116+219=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #B074DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B074DB is #4F8B24. Grayscale: #919191. Windows color (decimal): -5212965 or 14382256. OLE color: 14382256.

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

Color convert

RGB 176 116 219 -
CMYK 0.20 0.47 0 0.14
HSL 274.95º 0.59% 0.66% -
HSV(B) 274.95º 0.47% 0.86% -
XYZ 36.94 26.84 70.25 -
YUV 145.68 169.38 149.62 -
System Red Green Blue C M Y K H S L
Decimal 176 116 219 0.20 0.47 0 0.14 274.95 0.59 0.66
Hex B0 74 DB 14 2F 0 E 113 3B 42
Octal 260 164 333 24 57 0 16 423 73 102
Binary 10110000 1110100 11011011 10100 101111 0 1110 100010011 111011 1000010

Color Harmonies of #B074DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B074DB

Black with #B074DB

Text Example


Text Example

White with #B074DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B074DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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