Html Css Color HEX #B074DA Amethyst

📋 copy color: '#B074DA'

red 176 ◦ green 116 ◦ blue 218

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

Shades of Amethyst #B074DA

Tints of Amethyst #B074DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 34.51%
G = 22.75%
B = 42.75%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B074DA (or 0xB074DA) is known color: Amethyst. HEX triplet: B0, 74 and DA. RGB value is (176,116,218). Sum of RGB (Red+Green+Blue) = 176+116+218=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #B074DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B074DA is #4F8B25. Grayscale: #919191. Windows color (decimal): -5212966 or 14316720. OLE color: 14316720.

HSL color Cylindrical-coordinate representation of color #B074DA: hue angle of 275.29º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B074DA is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 116 218 -
CMYK 0.19 0.47 0 0.15
HSL 275.29º 0.58% 0.65% -
HSV(B) 275.29º 0.47% 0.85% -
XYZ 36.8 26.78 69.56 -
YUV 145.57 168.88 149.71 -
System Red Green Blue C M Y K H S L
Decimal 176 116 218 0.19 0.47 0 0.15 275.29 0.58 0.65
Hex B0 74 DA 13 2F 0 F 113 3A 41
Octal 260 164 332 23 57 0 17 423 72 101
Binary 10110000 1110100 11011010 10011 101111 0 1111 100010011 111010 1000001

Color Harmonies of #B074DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B074DA

Black with #B074DA

Text Example


Text Example

White with #B074DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B074DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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