Html Css Color HEX #B073CE Amethyst

📋 copy color: '#B073CE'

red 176 ◦ green 115 ◦ blue 206

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

Shades of Amethyst #B073CE

Tints of Amethyst #B073CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.14%

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

R = 35.41%
G = 23.14%
B = 41.45%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B073CE (or 0xB073CE) is known color: Amethyst. HEX triplet: B0, 73 and CE. RGB value is (176,115,206). Sum of RGB (Red+Green+Blue) = 176+115+206=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #B073CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B073CE is #4F8C31. Grayscale: #8F8F8F. Windows color (decimal): -5213234 or 13530032. OLE color: 13530032.

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

Color convert

RGB 176 115 206 -
CMYK 0.15 0.44 0 0.19
HSL 280.22º 0.48% 0.63% -
HSV(B) 280.22º 0.44% 0.81% -
XYZ 35.18 25.95 61.55 -
YUV 143.61 163.21 151.1 -
System Red Green Blue C M Y K H S L
Decimal 176 115 206 0.15 0.44 0 0.19 280.22 0.48 0.63
Hex B0 73 CE F 2C 0 13 118 30 3F
Octal 260 163 316 17 54 0 23 430 60 77
Binary 10110000 1110011 11001110 1111 101100 0 10011 100011000 110000 111111

Color Harmonies of #B073CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B073CE

Black with #B073CE

Text Example


Text Example

White with #B073CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B073CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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