Html Css Color HEX #B270E1 Amethyst

📋 copy color: '#B270E1'

red 178 ◦ green 112 ◦ blue 225

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

Shades of Amethyst #B270E1

Tints of Amethyst #B270E1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.75%

 BLUE value IS 225 (88.28% from 255) = 43.69%

R = 34.56%
G = 21.75%
B = 43.69%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B270E1 (or 0xB270E1) is known color: Amethyst. HEX triplet: B2, 70 and E1. RGB value is (178,112,225). Sum of RGB (Red+Green+Blue) = 178+112+225=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #B270E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B270E1 is #4D8F1E. Grayscale: #909090. Windows color (decimal): -5082911 or 14774450. OLE color: 14774450.

HSL color Cylindrical-coordinate representation of color #B270E1: hue angle of 275.04º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B270E1 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 112 225 -
CMYK 0.21 0.50 0 0.12
HSL 275.04º 0.65% 0.66% -
HSV(B) 275.04º 0.5% 0.88% -
XYZ 37.74 26.49 74.36 -
YUV 144.62 173.37 151.81 -
System Red Green Blue C M Y K H S L
Decimal 178 112 225 0.21 0.50 0 0.12 275.04 0.65 0.66
Hex B2 70 E1 15 32 0 C 113 41 42
Octal 262 160 341 25 62 0 14 423 101 102
Binary 10110010 1110000 11100001 10101 110010 0 1100 100010011 1000001 1000010

Color Harmonies of #B270E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B270E1

Black with #B270E1

Text Example


Text Example

White with #B270E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B270E1; }

 p { color: rgb(178,112,225); }

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

background-color css

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

 a { background-color: rgb(178,112,225); }

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

border-color css

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

 span { border-color: rgb(178,112,225); }

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