Html Css Color HEX #B270E7 Amethyst

📋 copy color: '#B270E7'

red 178 ◦ green 112 ◦ blue 231

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

Shades of Amethyst #B270E7

Tints of Amethyst #B270E7

RGB

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

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

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

R = 34.17%
G = 21.5%
B = 44.34%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B270E7 (or 0xB270E7) is known color: Amethyst. HEX triplet: B2, 70 and E7. RGB value is (178,112,231). Sum of RGB (Red+Green+Blue) = 178+112+231=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 231 (90.62% from 255 or 44.34% from 521); Max value from RGB is 231 - color contains mainly: blue. Hex color #B270E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B270E7 is #4D8F18. Grayscale: #909090. Windows color (decimal): -5082905 or 15167666. OLE color: 15167666.

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

Color convert

RGB 178 112 231 -
CMYK 0.23 0.52 0 0.09
HSL 273.28º 0.71% 0.67% -
HSV(B) 273.28º 0.52% 0.91% -
XYZ 38.58 26.82 78.75 -
YUV 145.3 176.37 151.32 -
System Red Green Blue C M Y K H S L
Decimal 178 112 231 0.23 0.52 0 0.09 273.28 0.71 0.67
Hex B2 70 E7 17 34 0 9 111 47 43
Octal 262 160 347 27 64 0 11 421 107 103
Binary 10110010 1110000 11100111 10111 110100 0 1001 100010001 1000111 1000011

Color Harmonies of #B270E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B270E7

Black with #B270E7

Text Example


Text Example

White with #B270E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B270E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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