Html Css Color HEX #B471E7 Amethyst

📋 copy color: '#B471E7'

red 180 ◦ green 113 ◦ blue 231

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

Shades of Amethyst #B471E7

Tints of Amethyst #B471E7

RGB

 RED value IS 180 (70.7% from 255) = 34.35%

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

 BLUE value IS 231 (90.63% from 255) = 44.08%

R = 34.35%
G = 21.56%
B = 44.08%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B471E7 (or 0xB471E7) is known color: Amethyst. HEX triplet: B4, 71 and E7. RGB value is (180,113,231). Sum of RGB (Red+Green+Blue) = 180+113+231=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #B471E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B471E7 is #4B8E18. Grayscale: #929292. Windows color (decimal): -4951577 or 15167924. OLE color: 15167924.

HSL color Cylindrical-coordinate representation of color #B471E7: hue angle of 274.07º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B471E7 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 113 231 -
CMYK 0.22 0.51 0 0.09
HSL 274.07º 0.71% 0.67% -
HSV(B) 274.07º 0.51% 0.91% -
XYZ 39.15 27.28 78.8 -
YUV 146.49 175.7 151.91 -
System Red Green Blue C M Y K H S L
Decimal 180 113 231 0.22 0.51 0 0.09 274.07 0.71 0.67
Hex B4 71 E7 16 33 0 9 112 47 43
Octal 264 161 347 26 63 0 11 422 107 103
Binary 10110100 1110001 11100111 10110 110011 0 1001 100010010 1000111 1000011

Color Harmonies of #B471E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B471E7

Black with #B471E7

Text Example


Text Example

White with #B471E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B471E7; }

 p { color: rgb(180,113,231); }

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

background-color css

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

 a { background-color: rgb(180,113,231); }

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

border-color css

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

 span { border-color: rgb(180,113,231); }

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