Html Css Color HEX #B070CC Amethyst

📋 copy color: '#B070CC'

red 176 ◦ green 112 ◦ blue 204

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

Shades of Amethyst #B070CC

Tints of Amethyst #B070CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 35.77%
G = 22.76%
B = 41.46%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B070CC (or 0xB070CC) is known color: Amethyst. HEX triplet: B0, 70 and CC. RGB value is (176,112,204). Sum of RGB (Red+Green+Blue) = 176+112+204=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #B070CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070CC is #4F8F33. Grayscale: #8D8D8D. Windows color (decimal): -5214004 or 13398192. OLE color: 13398192.

HSL color Cylindrical-coordinate representation of color #B070CC: hue angle of 281.74º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B070CC is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 112 204 -
CMYK 0.14 0.45 0 0.2
HSL 281.74º 0.47% 0.62% -
HSV(B) 281.74º 0.45% 0.8% -
XYZ 34.6 25.18 60.16 -
YUV 141.62 163.2 152.52 -
System Red Green Blue C M Y K H S L
Decimal 176 112 204 0.14 0.45 0 0.2 281.74 0.47 0.62
Hex B0 70 CC E 2D 0 14 11A 2F 3E
Octal 260 160 314 16 55 0 24 432 57 76
Binary 10110000 1110000 11001100 1110 101101 0 10100 100011010 101111 111110

Color Harmonies of #B070CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B070CC

Black with #B070CC

Text Example


Text Example

White with #B070CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B070CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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