Html Css Color HEX #B071CE Amethyst

📋 copy color: '#B071CE'

red 176 ◦ green 113 ◦ blue 206

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

Shades of Amethyst #B071CE

Tints of Amethyst #B071CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 35.56%
G = 22.83%
B = 41.62%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B071CE (or 0xB071CE) is known color: Amethyst. HEX triplet: B0, 71 and CE. RGB value is (176,113,206). Sum of RGB (Red+Green+Blue) = 176+113+206=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #B071CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B071CE is #4F8E31. Grayscale: #8E8E8E. Windows color (decimal): -5213746 or 13529520. OLE color: 13529520.

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

Color convert

RGB 176 113 206 -
CMYK 0.15 0.45 0 0.19
HSL 280.65º 0.49% 0.63% -
HSV(B) 280.65º 0.45% 0.81% -
XYZ 34.95 25.5 61.47 -
YUV 142.44 163.87 151.94 -
System Red Green Blue C M Y K H S L
Decimal 176 113 206 0.15 0.45 0 0.19 280.65 0.49 0.63
Hex B0 71 CE F 2D 0 13 119 31 3F
Octal 260 161 316 17 55 0 23 431 61 77
Binary 10110000 1110001 11001110 1111 101101 0 10011 100011001 110001 111111

Color Harmonies of #B071CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B071CE

Black with #B071CE

Text Example


Text Example

White with #B071CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B071CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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