Html Css Color HEX #B071E4 Amethyst

📋 copy color: '#B071E4'

red 176 ◦ green 113 ◦ blue 228

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

Shades of Amethyst #B071E4

Tints of Amethyst #B071E4

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.86%

 BLUE value IS 228 (89.45% from 255) = 44.1%

R = 34.04%
G = 21.86%
B = 44.1%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B071E4 (or 0xB071E4) is known color: Amethyst. HEX triplet: B0, 71 and E4. RGB value is (176,113,228). Sum of RGB (Red+Green+Blue) = 176+113+228=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 228 - color contains mainly: blue. Hex color #B071E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B071E4 is #4F8E1B. Grayscale: #909090. Windows color (decimal): -5213724 or 14971312. OLE color: 14971312.

HSL color Cylindrical-coordinate representation of color #B071E4: hue angle of 272.87º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B071E4 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 113 228 -
CMYK 0.23 0.50 0 0.11
HSL 272.87º 0.68% 0.67% -
HSV(B) 272.87º 0.5% 0.89% -
XYZ 37.81 26.64 76.55 -
YUV 144.95 174.87 150.15 -
System Red Green Blue C M Y K H S L
Decimal 176 113 228 0.23 0.50 0 0.11 272.87 0.68 0.67
Hex B0 71 E4 17 32 0 B 111 44 43
Octal 260 161 344 27 62 0 13 421 104 103
Binary 10110000 1110001 11100100 10111 110010 0 1011 100010001 1000100 1000011

Color Harmonies of #B071E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B071E4

Black with #B071E4

Text Example


Text Example

White with #B071E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B071E4; }

 p { color: rgb(176,113,228); }

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

background-color css

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

 a { background-color: rgb(176,113,228); }

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

border-color css

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

 span { border-color: rgb(176,113,228); }

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