Html Css Color HEX #B271E3 Amethyst

📋 copy color: '#B271E3'

red 178 ◦ green 113 ◦ blue 227

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

Shades of Amethyst #B271E3

Tints of Amethyst #B271E3

RGB

 RED value IS 178 (69.92% from 255) = 34.36%

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

 BLUE value IS 227 (89.06% from 255) = 43.82%

R = 34.36%
G = 21.81%
B = 43.82%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B271E3 (or 0xB271E3) is known color: Amethyst. HEX triplet: B2, 71 and E3. RGB value is (178,113,227). Sum of RGB (Red+Green+Blue) = 178+113+227=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 227 (89.06% from 255 or 43.82% from 518); Max value from RGB is 227 - color contains mainly: blue. Hex color #B271E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B271E3 is #4D8E1C. Grayscale: #919191. Windows color (decimal): -5082653 or 14905778. OLE color: 14905778.

HSL color Cylindrical-coordinate representation of color #B271E3: hue angle of 274.21º degrees, saturation: 0.67, 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 #B271E3 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 113 227 -
CMYK 0.22 0.50 0 0.11
HSL 274.21º 0.67% 0.67% -
HSV(B) 274.21º 0.5% 0.89% -
XYZ 38.13 26.82 75.84 -
YUV 145.43 174.03 151.23 -
System Red Green Blue C M Y K H S L
Decimal 178 113 227 0.22 0.50 0 0.11 274.21 0.67 0.67
Hex B2 71 E3 16 32 0 B 112 43 43
Octal 262 161 343 26 62 0 13 422 103 103
Binary 10110010 1110001 11100011 10110 110010 0 1011 100010010 1000011 1000011

Color Harmonies of #B271E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B271E3

Black with #B271E3

Text Example


Text Example

White with #B271E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B271E3; }

 p { color: rgb(178,113,227); }

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

background-color css

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

 a { background-color: rgb(178,113,227); }

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

border-color css

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

 span { border-color: rgb(178,113,227); }

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