Html Css Color HEX #B070D6 Amethyst

📋 copy color: '#B070D6'

red 176 ◦ green 112 ◦ blue 214

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

Shades of Amethyst #B070D6

Tints of Amethyst #B070D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.63%

R = 35.06%
G = 22.31%
B = 42.63%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B070D6 (or 0xB070D6) is known color: Amethyst. HEX triplet: B0, 70 and D6. RGB value is (176,112,214). Sum of RGB (Red+Green+Blue) = 176+112+214=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 214 - color contains mainly: blue. Hex color #B070D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070D6 is #4F8F29. Grayscale: #8E8E8E. Windows color (decimal): -5213994 or 14053552. OLE color: 14053552.

HSL color Cylindrical-coordinate representation of color #B070D6: hue angle of 277.65º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B070D6 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 112 214 -
CMYK 0.18 0.48 0 0.16
HSL 277.65º 0.55% 0.64% -
HSV(B) 277.65º 0.48% 0.84% -
XYZ 35.84 25.67 66.69 -
YUV 142.76 168.2 151.71 -
System Red Green Blue C M Y K H S L
Decimal 176 112 214 0.18 0.48 0 0.16 277.65 0.55 0.64
Hex B0 70 D6 12 30 0 10 116 37 40
Octal 260 160 326 22 60 0 20 426 67 100
Binary 10110000 1110000 11010110 10010 110000 0 10000 100010110 110111 1000000

Color Harmonies of #B070D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B070D6

Black with #B070D6

Text Example


Text Example

White with #B070D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B070D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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