Html Css Color HEX #B071CA Amethyst

📋 copy color: '#B071CA'

red 176 ◦ green 113 ◦ blue 202

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

Shades of Amethyst #B071CA

Tints of Amethyst #B071CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.14%

R = 35.85%
G = 23.01%
B = 41.14%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B071CA (or 0xB071CA) is known color: Amethyst. HEX triplet: B0, 71 and CA. RGB value is (176,113,202). Sum of RGB (Red+Green+Blue) = 176+113+202=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #B071CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B071CA is #4F8E35. Grayscale: #8D8D8D. Windows color (decimal): -5213750 or 13267376. OLE color: 13267376.

HSL color Cylindrical-coordinate representation of color #B071CA: hue angle of 282.47º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B071CA is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 113 202 -
CMYK 0.13 0.44 0 0.21
HSL 282.47º 0.46% 0.62% -
HSV(B) 282.47º 0.44% 0.79% -
XYZ 34.47 25.3 58.94 -
YUV 141.98 161.87 152.26 -
System Red Green Blue C M Y K H S L
Decimal 176 113 202 0.13 0.44 0 0.21 282.47 0.46 0.62
Hex B0 71 CA D 2C 0 15 11A 2E 3E
Octal 260 161 312 15 54 0 25 432 56 76
Binary 10110000 1110001 11001010 1101 101100 0 10101 100011010 101110 111110

Color Harmonies of #B071CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B071CA

Black with #B071CA

Text Example


Text Example

White with #B071CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B071CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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