Html Css Color HEX #B070CA Amethyst

📋 copy color: '#B070CA'

red 176 ◦ green 112 ◦ blue 202

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

Shades of Amethyst #B070CA

Tints of Amethyst #B070CA

RGB

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

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

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

R = 35.92%
G = 22.86%
B = 41.22%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B070CA (or 0xB070CA) is known color: Amethyst. HEX triplet: B0, 70 and CA. RGB value is (176,112,202). Sum of RGB (Red+Green+Blue) = 176+112+202=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #B070CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070CA is #4F8F35. Grayscale: #8D8D8D. Windows color (decimal): -5214006 or 13267120. OLE color: 13267120.

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

Color convert

RGB 176 112 202 -
CMYK 0.13 0.45 0 0.21
HSL 282.67º 0.46% 0.62% -
HSV(B) 282.67º 0.45% 0.79% -
XYZ 34.36 25.08 58.91 -
YUV 141.4 162.2 152.68 -
System Red Green Blue C M Y K H S L
Decimal 176 112 202 0.13 0.45 0 0.21 282.67 0.46 0.62
Hex B0 70 CA D 2D 0 15 11B 2E 3E
Octal 260 160 312 15 55 0 25 433 56 76
Binary 10110000 1110000 11001010 1101 101101 0 10101 100011011 101110 111110

Color Harmonies of #B070CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B070CA

Black with #B070CA

Text Example


Text Example

White with #B070CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B070CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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