Html Css Color HEX #B06CDF Amethyst

📋 copy color: '#B06CDF'

red 176 ◦ green 108 ◦ blue 223

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

Shades of Amethyst #B06CDF

Tints of Amethyst #B06CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.3%

 BLUE value IS 223 (87.5% from 255) = 43.98%

R = 34.71%
G = 21.3%
B = 43.98%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B06CDF (or 0xB06CDF) is known color: Amethyst. HEX triplet: B0, 6C and DF. RGB value is (176,108,223). Sum of RGB (Red+Green+Blue) = 176+108+223=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #B06CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06CDF is #4F9320. Grayscale: #8D8D8D. Windows color (decimal): -5215009 or 14642352. OLE color: 14642352.

HSL color Cylindrical-coordinate representation of color #B06CDF: hue angle of 275.48º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B06CDF is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 108 223 -
CMYK 0.21 0.52 0 0.13
HSL 275.48º 0.64% 0.65% -
HSV(B) 275.48º 0.52% 0.87% -
XYZ 36.59 25.28 72.76 -
YUV 141.44 174.03 152.65 -
System Red Green Blue C M Y K H S L
Decimal 176 108 223 0.21 0.52 0 0.13 275.48 0.64 0.65
Hex B0 6C DF 15 34 0 D 113 40 41
Octal 260 154 337 25 64 0 15 423 100 101
Binary 10110000 1101100 11011111 10101 110100 0 1101 100010011 1000000 1000001

Color Harmonies of #B06CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06CDF

Black with #B06CDF

Text Example


Text Example

White with #B06CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06CDF; }

 p { color: rgb(176,108,223); }

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

background-color css

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

 a { background-color: rgb(176,108,223); }

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

border-color css

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

 span { border-color: rgb(176,108,223); }

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