Html Css Color HEX #B071D0 Amethyst

📋 copy color: '#B071D0'

red 176 ◦ green 113 ◦ blue 208

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

Shades of Amethyst #B071D0

Tints of Amethyst #B071D0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.74%

 BLUE value IS 208 (81.64% from 255) = 41.85%

R = 35.41%
G = 22.74%
B = 41.85%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B071D0 (or 0xB071D0) is known color: Amethyst. HEX triplet: B0, 71 and D0. RGB value is (176,113,208). Sum of RGB (Red+Green+Blue) = 176+113+208=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #B071D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B071D0 is #4F8E2F. Grayscale: #8E8E8E. Windows color (decimal): -5213744 or 13660592. OLE color: 13660592.

HSL color Cylindrical-coordinate representation of color #B071D0: hue angle of 279.79º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B071D0 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 113 208 -
CMYK 0.15 0.46 0 0.18
HSL 279.79º 0.5% 0.63% -
HSV(B) 279.79º 0.46% 0.82% -
XYZ 35.19 25.59 62.76 -
YUV 142.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 176 113 208 0.15 0.46 0 0.18 279.79 0.5 0.63
Hex B0 71 D0 F 2E 0 12 118 32 3F
Octal 260 161 320 17 56 0 22 430 62 77
Binary 10110000 1110001 11010000 1111 101110 0 10010 100011000 110010 111111

Color Harmonies of #B071D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B071D0

Black with #B071D0

Text Example


Text Example

White with #B071D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B071D0; }

 p { color: rgb(176,113,208); }

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

background-color css

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

 a { background-color: rgb(176,113,208); }

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

border-color css

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

 span { border-color: rgb(176,113,208); }

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