Html Css Color HEX #B270E3 Amethyst

📋 copy color: '#B270E3'

red 178 ◦ green 112 ◦ blue 227

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

Shades of Amethyst #B270E3

Tints of Amethyst #B270E3

RGB

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

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

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

R = 34.43%
G = 21.66%
B = 43.91%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B270E3 (or 0xB270E3) is known color: Amethyst. HEX triplet: B2, 70 and E3. RGB value is (178,112,227). Sum of RGB (Red+Green+Blue) = 178+112+227=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 227 (89.06% from 255 or 43.91% from 517); Max value from RGB is 227 - color contains mainly: blue. Hex color #B270E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B270E3 is #4D8F1C. Grayscale: #909090. Windows color (decimal): -5082909 or 14905522. OLE color: 14905522.

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

Color convert

RGB 178 112 227 -
CMYK 0.22 0.51 0 0.11
HSL 274.43º 0.67% 0.66% -
HSV(B) 274.43º 0.51% 0.89% -
XYZ 38.02 26.6 75.8 -
YUV 144.84 174.37 151.65 -
System Red Green Blue C M Y K H S L
Decimal 178 112 227 0.22 0.51 0 0.11 274.43 0.67 0.66
Hex B2 70 E3 16 33 0 B 112 43 42
Octal 262 160 343 26 63 0 13 422 103 102
Binary 10110010 1110000 11100011 10110 110011 0 1011 100010010 1000011 1000010

Color Harmonies of #B270E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B270E3

Black with #B270E3

Text Example


Text Example

White with #B270E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B270E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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