Html Css Color HEX #B074E0 Amethyst

📋 copy color: '#B074E0'

red 176 ◦ green 116 ◦ blue 224

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

Shades of Amethyst #B074E0

Tints of Amethyst #B074E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.41%

R = 34.11%
G = 22.48%
B = 43.41%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B074E0 (or 0xB074E0) is known color: Amethyst. HEX triplet: B0, 74 and E0. RGB value is (176,116,224). Sum of RGB (Red+Green+Blue) = 176+116+224=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #B074E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B074E0 is #4F8B1F. Grayscale: #919191. Windows color (decimal): -5212960 or 14709936. OLE color: 14709936.

HSL color Cylindrical-coordinate representation of color #B074E0: hue angle of 273.33º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B074E0 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 116 224 -
CMYK 0.21 0.48 0 0.12
HSL 273.33º 0.64% 0.67% -
HSV(B) 273.33º 0.48% 0.88% -
XYZ 37.6 27.1 73.77 -
YUV 146.25 171.88 149.22 -
System Red Green Blue C M Y K H S L
Decimal 176 116 224 0.21 0.48 0 0.12 273.33 0.64 0.67
Hex B0 74 E0 15 30 0 C 111 40 43
Octal 260 164 340 25 60 0 14 421 100 103
Binary 10110000 1110100 11100000 10101 110000 0 1100 100010001 1000000 1000011

Color Harmonies of #B074E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B074E0

Black with #B074E0

Text Example


Text Example

White with #B074E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B074E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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