Html Css Color HEX #B070CE Amethyst

📋 copy color: '#B070CE'

red 176 ◦ green 112 ◦ blue 206

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

Shades of Amethyst #B070CE

Tints of Amethyst #B070CE

RGB

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

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

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

R = 35.63%
G = 22.67%
B = 41.7%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B070CE (or 0xB070CE) is known color: Amethyst. HEX triplet: B0, 70 and CE. RGB value is (176,112,206). Sum of RGB (Red+Green+Blue) = 176+112+206=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #B070CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070CE is #4F8F31. Grayscale: #8D8D8D. Windows color (decimal): -5214002 or 13529264. OLE color: 13529264.

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

Color convert

RGB 176 112 206 -
CMYK 0.15 0.46 0 0.19
HSL 280.85º 0.49% 0.62% -
HSV(B) 280.85º 0.46% 0.81% -
XYZ 34.84 25.27 61.43 -
YUV 141.85 164.2 152.36 -
System Red Green Blue C M Y K H S L
Decimal 176 112 206 0.15 0.46 0 0.19 280.85 0.49 0.62
Hex B0 70 CE F 2E 0 13 119 31 3E
Octal 260 160 316 17 56 0 23 431 61 76
Binary 10110000 1110000 11001110 1111 101110 0 10011 100011001 110001 111110

Color Harmonies of #B070CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B070CE

Black with #B070CE

Text Example


Text Example

White with #B070CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B070CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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