Html Css Color HEX #B070DA Amethyst

📋 copy color: '#B070DA'

red 176 ◦ green 112 ◦ blue 218

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

Shades of Amethyst #B070DA

Tints of Amethyst #B070DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.08%

R = 34.78%
G = 22.13%
B = 43.08%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B070DA (or 0xB070DA) is known color: Amethyst. HEX triplet: B0, 70 and DA. RGB value is (176,112,218). Sum of RGB (Red+Green+Blue) = 176+112+218=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #B070DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070DA is #4F8F25. Grayscale: #8E8E8E. Windows color (decimal): -5213990 or 14315696. OLE color: 14315696.

HSL color Cylindrical-coordinate representation of color #B070DA: hue angle of 276.23º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B070DA is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 112 218 -
CMYK 0.19 0.49 0 0.15
HSL 276.23º 0.59% 0.65% -
HSV(B) 276.23º 0.49% 0.85% -
XYZ 36.35 25.88 69.41 -
YUV 143.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 176 112 218 0.19 0.49 0 0.15 276.23 0.59 0.65
Hex B0 70 DA 13 31 0 F 114 3B 41
Octal 260 160 332 23 61 0 17 424 73 101
Binary 10110000 1110000 11011010 10011 110001 0 1111 100010100 111011 1000001

Color Harmonies of #B070DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B070DA

Black with #B070DA

Text Example


Text Example

White with #B070DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B070DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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