Html Css Color HEX #B070DB Amethyst

📋 copy color: '#B070DB'

red 176 ◦ green 112 ◦ blue 219

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

Shades of Amethyst #B070DB

Tints of Amethyst #B070DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 34.71%
G = 22.09%
B = 43.2%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B070DB (or 0xB070DB) is known color: Amethyst. HEX triplet: B0, 70 and DB. RGB value is (176,112,219). Sum of RGB (Red+Green+Blue) = 176+112+219=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #B070DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070DB is #4F8F24. Grayscale: #8E8E8E. Windows color (decimal): -5213989 or 14381232. OLE color: 14381232.

HSL color Cylindrical-coordinate representation of color #B070DB: hue angle of 275.89º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B070DB is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 112 219 -
CMYK 0.20 0.49 0 0.14
HSL 275.89º 0.6% 0.65% -
HSV(B) 275.89º 0.49% 0.86% -
XYZ 36.48 25.93 70.1 -
YUV 143.33 170.7 151.3 -
System Red Green Blue C M Y K H S L
Decimal 176 112 219 0.20 0.49 0 0.14 275.89 0.6 0.65
Hex B0 70 DB 14 31 0 E 114 3C 41
Octal 260 160 333 24 61 0 16 424 74 101
Binary 10110000 1110000 11011011 10100 110001 0 1110 100010100 111100 1000001

Color Harmonies of #B070DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B070DB

Black with #B070DB

Text Example


Text Example

White with #B070DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B070DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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