Html Css Color HEX #B074D1 Amethyst

📋 copy color: '#B074D1'

red 176 ◦ green 116 ◦ blue 209

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

Shades of Amethyst #B074D1

Tints of Amethyst #B074D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.72%

R = 35.13%
G = 23.15%
B = 41.72%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B074D1 (or 0xB074D1) is known color: Amethyst. HEX triplet: B0, 74 and D1. RGB value is (176,116,209). Sum of RGB (Red+Green+Blue) = 176+116+209=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #B074D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B074D1 is #4F8B2E. Grayscale: #909090. Windows color (decimal): -5212975 or 13726896. OLE color: 13726896.

HSL color Cylindrical-coordinate representation of color #B074D1: hue angle of 278.71º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B074D1 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 116 209 -
CMYK 0.16 0.44 0 0.18
HSL 278.71º 0.5% 0.64% -
HSV(B) 278.71º 0.44% 0.82% -
XYZ 35.66 26.32 63.52 -
YUV 144.54 164.38 150.44 -
System Red Green Blue C M Y K H S L
Decimal 176 116 209 0.16 0.44 0 0.18 278.71 0.5 0.64
Hex B0 74 D1 10 2C 0 12 117 32 40
Octal 260 164 321 20 54 0 22 427 62 100
Binary 10110000 1110100 11010001 10000 101100 0 10010 100010111 110010 1000000

Color Harmonies of #B074D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B074D1

Black with #B074D1

Text Example


Text Example

White with #B074D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B074D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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