Html Css Color HEX #B070E4 Amethyst

📋 copy color: '#B070E4'

red 176 ◦ green 112 ◦ blue 228

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

Shades of Amethyst #B070E4

Tints of Amethyst #B070E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.19%

R = 34.11%
G = 21.71%
B = 44.19%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B070E4 (or 0xB070E4) is known color: Amethyst. HEX triplet: B0, 70 and E4. RGB value is (176,112,228). Sum of RGB (Red+Green+Blue) = 176+112+228=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #B070E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070E4 is #4F8F1B. Grayscale: #8F8F8F. Windows color (decimal): -5213980 or 14971056. OLE color: 14971056.

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

Color convert

RGB 176 112 228 -
CMYK 0.23 0.51 0 0.11
HSL 273.1º 0.68% 0.67% -
HSV(B) 273.1º 0.51% 0.89% -
XYZ 37.7 26.42 76.51 -
YUV 144.36 175.2 150.57 -
System Red Green Blue C M Y K H S L
Decimal 176 112 228 0.23 0.51 0 0.11 273.1 0.68 0.67
Hex B0 70 E4 17 33 0 B 111 44 43
Octal 260 160 344 27 63 0 13 421 104 103
Binary 10110000 1110000 11100100 10111 110011 0 1011 100010001 1000100 1000011

Color Harmonies of #B070E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B070E4

Black with #B070E4

Text Example


Text Example

White with #B070E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B070E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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