Html Css Color HEX #B070E0 Amethyst

📋 copy color: '#B070E0'

red 176 ◦ green 112 ◦ blue 224

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

Shades of Amethyst #B070E0

Tints of Amethyst #B070E0

RGB

 RED value IS 176 (69.14% from 255) = 34.38%

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

 BLUE value IS 224 (87.89% from 255) = 43.75%

R = 34.38%
G = 21.88%
B = 43.75%

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

#B070E0 (or 0xB070E0) is known color: Amethyst. HEX triplet: B0, 70 and E0. RGB value is (176,112,224). Sum of RGB (Red+Green+Blue) = 176+112+224=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #B070E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070E0 is #4F8F1F. Grayscale: #8F8F8F. Windows color (decimal): -5213984 or 14708912. OLE color: 14708912.

HSL color Cylindrical-coordinate representation of color #B070E0: hue angle of 274.29º degrees, saturation: 0.64, 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 #B070E0 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 112 224 -
CMYK 0.21 0.50 0 0.12
HSL 274.29º 0.64% 0.66% -
HSV(B) 274.29º 0.5% 0.88% -
XYZ 37.15 26.2 73.62 -
YUV 143.9 173.2 150.89 -
System Red Green Blue C M Y K H S L
Decimal 176 112 224 0.21 0.50 0 0.12 274.29 0.64 0.66
Hex B0 70 E0 15 32 0 C 112 40 42
Octal 260 160 340 25 62 0 14 422 100 102
Binary 10110000 1110000 11100000 10101 110010 0 1100 100010010 1000000 1000010

Color Harmonies of #B070E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B070E0

Black with #B070E0

Text Example


Text Example

White with #B070E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B070E0; }

 p { color: rgb(176,112,224); }

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

background-color css

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

 a { background-color: rgb(176,112,224); }

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

border-color css

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

 span { border-color: rgb(176,112,224); }

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